rails-jquery-bundle 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. data/Gemfile +10 -7
  2. data/Gemfile.lock +81 -12
  3. data/README.rdoc +5 -1
  4. data/VERSION +1 -1
  5. data/lib/tasks/install.rake +13 -0
  6. data/rails-jquery-bundle.gemspec +79 -16
  7. data/spec/dummy/README +256 -0
  8. data/spec/dummy/Rakefile +7 -0
  9. data/spec/dummy/app/controllers/application_controller.rb +3 -0
  10. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  11. data/spec/dummy/app/views/layouts/application.html.erb +14 -0
  12. data/spec/dummy/config.ru +4 -0
  13. data/spec/dummy/config/application.rb +44 -0
  14. data/spec/dummy/config/boot.rb +6 -0
  15. data/spec/dummy/config/database.yml +22 -0
  16. data/spec/dummy/config/environment.rb +5 -0
  17. data/spec/dummy/config/environments/development.rb +26 -0
  18. data/spec/dummy/config/environments/production.rb +49 -0
  19. data/spec/dummy/config/environments/test.rb +35 -0
  20. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  21. data/spec/dummy/config/initializers/inflections.rb +10 -0
  22. data/spec/dummy/config/initializers/mime_types.rb +5 -0
  23. data/spec/dummy/config/initializers/secret_token.rb +7 -0
  24. data/spec/dummy/config/initializers/session_store.rb +8 -0
  25. data/spec/dummy/config/locales/en.yml +5 -0
  26. data/spec/dummy/config/routes.rb +58 -0
  27. data/spec/dummy/db/seeds.rb +7 -0
  28. data/spec/dummy/db/test.sqlite3 +0 -0
  29. data/spec/dummy/doc/README_FOR_APP +2 -0
  30. data/spec/dummy/log/development.log +0 -0
  31. data/spec/dummy/log/production.log +0 -0
  32. data/spec/dummy/log/server.log +0 -0
  33. data/spec/dummy/log/test.log +0 -0
  34. data/spec/dummy/public/404.html +26 -0
  35. data/spec/dummy/public/422.html +26 -0
  36. data/spec/dummy/public/500.html +26 -0
  37. data/spec/dummy/public/favicon.ico +0 -0
  38. data/spec/dummy/public/images/rails.png +0 -0
  39. data/spec/dummy/public/index.html +239 -0
  40. data/spec/dummy/public/javascripts/application.js +0 -0
  41. data/spec/dummy/public/robots.txt +5 -0
  42. data/spec/dummy/script/rails +6 -0
  43. data/spec/helpers/rails_jquery_bundle/jquery_css_helper_spec.rb +28 -0
  44. data/spec/helpers/rails_jquery_bundle/jquery_js_helper_spec.rb +46 -0
  45. data/spec/spec_helper.rb +24 -8
  46. metadata +120 -32
  47. data/spec/rails-jquery-bundle_spec.rb +0 -7
File without changes
Binary file
@@ -0,0 +1,239 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>Ruby on Rails: Welcome aboard</title>
5
+ <style type="text/css" media="screen">
6
+ body {
7
+ margin: 0;
8
+ margin-bottom: 25px;
9
+ padding: 0;
10
+ background-color: #f0f0f0;
11
+ font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
12
+ font-size: 13px;
13
+ color: #333;
14
+ }
15
+
16
+ h1 {
17
+ font-size: 28px;
18
+ color: #000;
19
+ }
20
+
21
+ a {color: #03c}
22
+ a:hover {
23
+ background-color: #03c;
24
+ color: white;
25
+ text-decoration: none;
26
+ }
27
+
28
+
29
+ #page {
30
+ background-color: #f0f0f0;
31
+ width: 750px;
32
+ margin: 0;
33
+ margin-left: auto;
34
+ margin-right: auto;
35
+ }
36
+
37
+ #content {
38
+ float: left;
39
+ background-color: white;
40
+ border: 3px solid #aaa;
41
+ border-top: none;
42
+ padding: 25px;
43
+ width: 500px;
44
+ }
45
+
46
+ #sidebar {
47
+ float: right;
48
+ width: 175px;
49
+ }
50
+
51
+ #footer {
52
+ clear: both;
53
+ }
54
+
55
+
56
+ #header, #about, #getting-started {
57
+ padding-left: 75px;
58
+ padding-right: 30px;
59
+ }
60
+
61
+
62
+ #header {
63
+ background-image: url("images/rails.png");
64
+ background-repeat: no-repeat;
65
+ background-position: top left;
66
+ height: 64px;
67
+ }
68
+ #header h1, #header h2 {margin: 0}
69
+ #header h2 {
70
+ color: #888;
71
+ font-weight: normal;
72
+ font-size: 16px;
73
+ }
74
+
75
+
76
+ #about h3 {
77
+ margin: 0;
78
+ margin-bottom: 10px;
79
+ font-size: 14px;
80
+ }
81
+
82
+ #about-content {
83
+ background-color: #ffd;
84
+ border: 1px solid #fc0;
85
+ margin-left: -55px;
86
+ margin-right: -10px;
87
+ }
88
+ #about-content table {
89
+ margin-top: 10px;
90
+ margin-bottom: 10px;
91
+ font-size: 11px;
92
+ border-collapse: collapse;
93
+ }
94
+ #about-content td {
95
+ padding: 10px;
96
+ padding-top: 3px;
97
+ padding-bottom: 3px;
98
+ }
99
+ #about-content td.name {color: #555}
100
+ #about-content td.value {color: #000}
101
+
102
+ #about-content ul {
103
+ padding: 0;
104
+ list-style-type: none;
105
+ }
106
+
107
+ #about-content.failure {
108
+ background-color: #fcc;
109
+ border: 1px solid #f00;
110
+ }
111
+ #about-content.failure p {
112
+ margin: 0;
113
+ padding: 10px;
114
+ }
115
+
116
+
117
+ #getting-started {
118
+ border-top: 1px solid #ccc;
119
+ margin-top: 25px;
120
+ padding-top: 15px;
121
+ }
122
+ #getting-started h1 {
123
+ margin: 0;
124
+ font-size: 20px;
125
+ }
126
+ #getting-started h2 {
127
+ margin: 0;
128
+ font-size: 14px;
129
+ font-weight: normal;
130
+ color: #333;
131
+ margin-bottom: 25px;
132
+ }
133
+ #getting-started ol {
134
+ margin-left: 0;
135
+ padding-left: 0;
136
+ }
137
+ #getting-started li {
138
+ font-size: 18px;
139
+ color: #888;
140
+ margin-bottom: 25px;
141
+ }
142
+ #getting-started li h2 {
143
+ margin: 0;
144
+ font-weight: normal;
145
+ font-size: 18px;
146
+ color: #333;
147
+ }
148
+ #getting-started li p {
149
+ color: #555;
150
+ font-size: 13px;
151
+ }
152
+
153
+
154
+ #sidebar ul {
155
+ margin-left: 0;
156
+ padding-left: 0;
157
+ }
158
+ #sidebar ul h3 {
159
+ margin-top: 25px;
160
+ font-size: 16px;
161
+ padding-bottom: 10px;
162
+ border-bottom: 1px solid #ccc;
163
+ }
164
+ #sidebar li {
165
+ list-style-type: none;
166
+ }
167
+ #sidebar ul.links li {
168
+ margin-bottom: 5px;
169
+ }
170
+
171
+ </style>
172
+ <script type="text/javascript">
173
+ function about() {
174
+ info = document.getElementById('about-content');
175
+ if (window.XMLHttpRequest)
176
+ { xhr = new XMLHttpRequest(); }
177
+ else
178
+ { xhr = new ActiveXObject("Microsoft.XMLHTTP"); }
179
+ xhr.open("GET","rails/info/properties",false);
180
+ xhr.send("");
181
+ info.innerHTML = xhr.responseText;
182
+ info.style.display = 'block'
183
+ }
184
+ </script>
185
+ </head>
186
+ <body>
187
+ <div id="page">
188
+ <div id="sidebar">
189
+ <ul id="sidebar-items">
190
+ <li>
191
+ <h3>Browse the documentation</h3>
192
+ <ul class="links">
193
+ <li><a href="http://api.rubyonrails.org/">Rails API</a></li>
194
+ <li><a href="http://stdlib.rubyonrails.org/">Ruby standard library</a></li>
195
+ <li><a href="http://corelib.rubyonrails.org/">Ruby core</a></li>
196
+ <li><a href="http://guides.rubyonrails.org/">Rails Guides</a></li>
197
+ </ul>
198
+ </li>
199
+ </ul>
200
+ </div>
201
+
202
+ <div id="content">
203
+ <div id="header">
204
+ <h1>Welcome aboard</h1>
205
+ <h2>You&rsquo;re riding Ruby on Rails!</h2>
206
+ </div>
207
+
208
+ <div id="about">
209
+ <h3><a href="rails/info/properties" onclick="about(); return false">About your application&rsquo;s environment</a></h3>
210
+ <div id="about-content" style="display: none"></div>
211
+ </div>
212
+
213
+ <div id="getting-started">
214
+ <h1>Getting started</h1>
215
+ <h2>Here&rsquo;s how to get rolling:</h2>
216
+
217
+ <ol>
218
+ <li>
219
+ <h2>Use <code>rails generate</code> to create your models and controllers</h2>
220
+ <p>To see all available options, run it without parameters.</p>
221
+ </li>
222
+
223
+ <li>
224
+ <h2>Set up a default route and remove or rename this file</h2>
225
+ <p>Routes are set up in config/routes.rb.</p>
226
+ </li>
227
+
228
+ <li>
229
+ <h2>Create your database</h2>
230
+ <p>Run <code>rake db:migrate</code> to create your database. If you're not using SQLite (the default), edit <code>config/database.yml</code> with your username and password.</p>
231
+ </li>
232
+ </ol>
233
+ </div>
234
+ </div>
235
+
236
+ <div id="footer">&nbsp;</div>
237
+ </div>
238
+ </body>
239
+ </html>
File without changes
@@ -0,0 +1,5 @@
1
+ # See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
2
+ #
3
+ # To ban all spiders from the entire site uncomment the next two lines:
4
+ # User-Agent: *
5
+ # Disallow: /
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+ # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
+
4
+ APP_PATH = File.expand_path('../../config/application', __FILE__)
5
+ require File.expand_path('../../config/boot', __FILE__)
6
+ require 'rails/commands'
@@ -0,0 +1,28 @@
1
+ # This program is free software; you can redistribute it and/or
2
+ # modify it under the terms of the GNU General Public License
3
+ # as published by the Free Software Foundation; either version 3
4
+ # of the License, or (at your option) any later version.
5
+ #
6
+ # @author Dieter Spaeth (mailto:dieter.spaeth@gmx.de)
7
+ # @copyright Copyright (c) 2010 Dieter Spaeth
8
+
9
+ require 'spec_helper'
10
+ module RailsJqueryBundle
11
+ describe JqueryCssHelper do
12
+
13
+ describe "#jquery_ui_css_tag" do
14
+ it "creates the jquery-ui-theme include tag" do
15
+ helper.jquery_ui_css_tag.should include("jquery-ui-1.8.10.custom.css")
16
+ end
17
+
18
+ it "includes a custom theme if wanted" do
19
+ theme_name = "dark-blue"
20
+ helper.jquery_ui_css_tag(:theme => theme_name).should include("/themes/dark-blue/")
21
+ end
22
+
23
+ end
24
+
25
+
26
+ end
27
+ end
28
+
@@ -0,0 +1,46 @@
1
+ # This program is free software; you can redistribute it and/or
2
+ # modify it under the terms of the GNU General Public License
3
+ # as published by the Free Software Foundation; either version 3
4
+ # of the License, or (at your option) any later version.
5
+ #
6
+ # @author Dieter Spaeth (mailto:dieter.spaeth@gmx.de)
7
+ # @copyright Copyright (c) 2010 Dieter Spaeth
8
+
9
+ require 'spec_helper'
10
+ module RailsJqueryBundle
11
+ describe JqueryJsHelper do
12
+
13
+ describe "#jquery_js_tag" do
14
+ it "creates the jquery include tag" do
15
+ helper.jquery_js_tag.should include("jquery.js")
16
+ end
17
+
18
+ it "includes minified in production mode" do
19
+ helper.stub(:is_production?).and_return(true)
20
+ helper.jquery_js_tag.should include("minified")
21
+ end
22
+
23
+ end
24
+
25
+ describe "#jquery_ui_js_tag" do
26
+
27
+ it "creates the jquery-ui include tag" do
28
+ helper.jquery_ui_js_tag.should include("jquery-ui.all.js")
29
+ end
30
+
31
+ it "includes jquery" do
32
+ helper.jquery_ui_js_tag.should include("jquery.js")
33
+ end
34
+
35
+ it "includes minified in production mode" do
36
+ helper.stub(:is_production?).and_return(true)
37
+ helper.jquery_ui_js_tag.should include("minified")
38
+ end
39
+
40
+ it "includes jqeury-ui-core when only some modules are wanted" do
41
+ helper.jquery_ui_js_tag(:ui => [:position]).should include("jquery.ui.core.js")
42
+ end
43
+ end
44
+ end
45
+ end
46
+
data/spec/spec_helper.rb CHANGED
@@ -1,12 +1,28 @@
1
- $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
2
- $LOAD_PATH.unshift(File.dirname(__FILE__))
3
- require 'rspec'
4
- require 'rails-jquery-bundle'
1
+ # This file is copied to spec/ when you run 'rails generate rspec:install'
2
+ ENV["RAILS_ENV"] ||= 'test'
3
+ require File.expand_path("../dummy/config/environment", __FILE__)
4
+ require 'rspec/rails'
5
5
 
6
- # Requires supporting files with custom matchers and macros, etc,
7
- # in ./support/ and its subdirectories.
8
- Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
6
+ # Requires supporting ruby files with custom matchers and macros, etc,
7
+ # in spec/support/ and its subdirectories.
8
+ Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f}
9
9
 
10
10
  RSpec.configure do |config|
11
-
11
+ # == Mock Framework
12
+ #
13
+ # If you prefer to use mocha, flexmock or RR, uncomment the appropriate line:
14
+ #
15
+ # config.mock_with :mocha
16
+ # config.mock_with :flexmock
17
+ # config.mock_with :rr
18
+ config.mock_with :rspec
19
+
20
+ # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
21
+ config.fixture_path = "#{::Rails.root}/spec/fixtures"
22
+
23
+ # If you're not using ActiveRecord, or you'd prefer not to run each of your
24
+ # examples within a transaction, remove the following line or assign false
25
+ # instead of true.
26
+ config.use_transactional_fixtures = true
12
27
  end
28
+
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-jquery-bundle
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - consu
@@ -15,43 +15,39 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-02 00:00:00 +01:00
18
+ date: 2011-03-03 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
- name: rspec
22
+ name: rails
23
23
  version_requirements: &id001 !ruby/object:Gem::Requirement
24
24
  none: false
25
25
  requirements:
26
- - - ~>
26
+ - - ">="
27
27
  - !ruby/object:Gem::Version
28
28
  hash: 3
29
29
  segments:
30
- - 2
31
- - 3
32
30
  - 0
33
- version: 2.3.0
31
+ version: "0"
34
32
  prerelease: false
35
33
  type: :development
36
34
  requirement: *id001
37
35
  - !ruby/object:Gem::Dependency
38
- name: yard
36
+ name: sqlite3
39
37
  version_requirements: &id002 !ruby/object:Gem::Requirement
40
38
  none: false
41
39
  requirements:
42
- - - ~>
40
+ - - ">="
43
41
  - !ruby/object:Gem::Version
44
- hash: 7
42
+ hash: 3
45
43
  segments:
46
44
  - 0
47
- - 6
48
- - 0
49
- version: 0.6.0
45
+ version: "0"
50
46
  prerelease: false
51
47
  type: :development
52
48
  requirement: *id002
53
49
  - !ruby/object:Gem::Dependency
54
- name: cucumber
50
+ name: rspec
55
51
  version_requirements: &id003 !ruby/object:Gem::Requirement
56
52
  none: false
57
53
  requirements:
@@ -65,39 +61,35 @@ dependencies:
65
61
  type: :development
66
62
  requirement: *id003
67
63
  - !ruby/object:Gem::Dependency
68
- name: bundler
64
+ name: rspec-rails
69
65
  version_requirements: &id004 !ruby/object:Gem::Requirement
70
66
  none: false
71
67
  requirements:
72
- - - ~>
68
+ - - ">="
73
69
  - !ruby/object:Gem::Version
74
- hash: 23
70
+ hash: 3
75
71
  segments:
76
- - 1
77
- - 0
78
72
  - 0
79
- version: 1.0.0
73
+ version: "0"
80
74
  prerelease: false
81
75
  type: :development
82
76
  requirement: *id004
83
77
  - !ruby/object:Gem::Dependency
84
- name: jeweler
78
+ name: yard
85
79
  version_requirements: &id005 !ruby/object:Gem::Requirement
86
80
  none: false
87
81
  requirements:
88
- - - ~>
82
+ - - ">="
89
83
  - !ruby/object:Gem::Version
90
- hash: 7
84
+ hash: 3
91
85
  segments:
92
- - 1
93
- - 5
94
- - 2
95
- version: 1.5.2
86
+ - 0
87
+ version: "0"
96
88
  prerelease: false
97
89
  type: :development
98
90
  requirement: *id005
99
91
  - !ruby/object:Gem::Dependency
100
- name: rcov
92
+ name: cucumber
101
93
  version_requirements: &id006 !ruby/object:Gem::Requirement
102
94
  none: false
103
95
  requirements:
@@ -110,6 +102,48 @@ dependencies:
110
102
  prerelease: false
111
103
  type: :development
112
104
  requirement: *id006
105
+ - !ruby/object:Gem::Dependency
106
+ name: bundler
107
+ version_requirements: &id007 !ruby/object:Gem::Requirement
108
+ none: false
109
+ requirements:
110
+ - - ">="
111
+ - !ruby/object:Gem::Version
112
+ hash: 3
113
+ segments:
114
+ - 0
115
+ version: "0"
116
+ prerelease: false
117
+ type: :development
118
+ requirement: *id007
119
+ - !ruby/object:Gem::Dependency
120
+ name: jeweler
121
+ version_requirements: &id008 !ruby/object:Gem::Requirement
122
+ none: false
123
+ requirements:
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ hash: 3
127
+ segments:
128
+ - 0
129
+ version: "0"
130
+ prerelease: false
131
+ type: :development
132
+ requirement: *id008
133
+ - !ruby/object:Gem::Dependency
134
+ name: rcov
135
+ version_requirements: &id009 !ruby/object:Gem::Requirement
136
+ none: false
137
+ requirements:
138
+ - - ">="
139
+ - !ruby/object:Gem::Version
140
+ hash: 3
141
+ segments:
142
+ - 0
143
+ version: "0"
144
+ prerelease: false
145
+ type: :development
146
+ requirement: *id009
113
147
  description: Bundles jquery und jquery ui for Rails 3 as an engine
114
148
  email: dieter.spaeth@gmx.de
115
149
  executables: []
@@ -132,6 +166,7 @@ files:
132
166
  - lib/rails_jquery_bundle/constants/jquery.rb
133
167
  - lib/rails_jquery_bundle/constants/jquery/ui.rb
134
168
  - lib/rails_jquery_bundle/engine.rb
169
+ - lib/tasks/install.rake
135
170
  - public/javascripts/jquery/1.5.1/jquery.js
136
171
  - public/javascripts/jquery/1.5.1/minified/jquery.min.js
137
172
  - public/javascripts/jquery/ui/1.8.10/i18n/jquery-ui-i18n.js
@@ -307,7 +342,44 @@ files:
307
342
  - public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-icons_ffffff_256x240.png
308
343
  - public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/jquery-ui-1.8.10.custom.css
309
344
  - rails-jquery-bundle.gemspec
310
- - spec/rails-jquery-bundle_spec.rb
345
+ - spec/dummy/README
346
+ - spec/dummy/Rakefile
347
+ - spec/dummy/app/controllers/application_controller.rb
348
+ - spec/dummy/app/helpers/application_helper.rb
349
+ - spec/dummy/app/views/layouts/application.html.erb
350
+ - spec/dummy/config.ru
351
+ - spec/dummy/config/application.rb
352
+ - spec/dummy/config/boot.rb
353
+ - spec/dummy/config/database.yml
354
+ - spec/dummy/config/environment.rb
355
+ - spec/dummy/config/environments/development.rb
356
+ - spec/dummy/config/environments/production.rb
357
+ - spec/dummy/config/environments/test.rb
358
+ - spec/dummy/config/initializers/backtrace_silencers.rb
359
+ - spec/dummy/config/initializers/inflections.rb
360
+ - spec/dummy/config/initializers/mime_types.rb
361
+ - spec/dummy/config/initializers/secret_token.rb
362
+ - spec/dummy/config/initializers/session_store.rb
363
+ - spec/dummy/config/locales/en.yml
364
+ - spec/dummy/config/routes.rb
365
+ - spec/dummy/db/seeds.rb
366
+ - spec/dummy/db/test.sqlite3
367
+ - spec/dummy/doc/README_FOR_APP
368
+ - spec/dummy/log/development.log
369
+ - spec/dummy/log/production.log
370
+ - spec/dummy/log/server.log
371
+ - spec/dummy/log/test.log
372
+ - spec/dummy/public/404.html
373
+ - spec/dummy/public/422.html
374
+ - spec/dummy/public/500.html
375
+ - spec/dummy/public/favicon.ico
376
+ - spec/dummy/public/images/rails.png
377
+ - spec/dummy/public/index.html
378
+ - spec/dummy/public/javascripts/application.js
379
+ - spec/dummy/public/robots.txt
380
+ - spec/dummy/script/rails
381
+ - spec/helpers/rails_jquery_bundle/jquery_css_helper_spec.rb
382
+ - spec/helpers/rails_jquery_bundle/jquery_js_helper_spec.rb
311
383
  - spec/spec_helper.rb
312
384
  has_rdoc: true
313
385
  homepage: http://github.com/consu/rails-jquery-bundle
@@ -344,5 +416,21 @@ signing_key:
344
416
  specification_version: 3
345
417
  summary: Bundles jquery und jquery ui for Rails 3 as an engine
346
418
  test_files:
347
- - spec/rails-jquery-bundle_spec.rb
419
+ - spec/dummy/app/controllers/application_controller.rb
420
+ - spec/dummy/app/helpers/application_helper.rb
421
+ - spec/dummy/config/application.rb
422
+ - spec/dummy/config/boot.rb
423
+ - spec/dummy/config/environment.rb
424
+ - spec/dummy/config/environments/development.rb
425
+ - spec/dummy/config/environments/production.rb
426
+ - spec/dummy/config/environments/test.rb
427
+ - spec/dummy/config/initializers/backtrace_silencers.rb
428
+ - spec/dummy/config/initializers/inflections.rb
429
+ - spec/dummy/config/initializers/mime_types.rb
430
+ - spec/dummy/config/initializers/secret_token.rb
431
+ - spec/dummy/config/initializers/session_store.rb
432
+ - spec/dummy/config/routes.rb
433
+ - spec/dummy/db/seeds.rb
434
+ - spec/helpers/rails_jquery_bundle/jquery_css_helper_spec.rb
435
+ - spec/helpers/rails_jquery_bundle/jquery_js_helper_spec.rb
348
436
  - spec/spec_helper.rb