Skip to content

Commit 5cc9057

Browse files
committed
conform to app generated by version 1.5.5 of rails_apps_composer
1 parent 1170efe commit 5cc9057

File tree

4 files changed

+33
-27
lines changed

4 files changed

+33
-27
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ group :assets do
77
gem 'uglifier', '>= 1.0.3'
88
end
99
gem 'jquery-rails'
10-
gem "rspec-rails", ">= 2.10.1", :group => [:development, :test]
11-
gem "factory_girl_rails", ">= 3.3.0", :group => [:development, :test]
10+
gem "rspec-rails", ">= 2.11.0", :group => [:development, :test]
11+
gem "factory_girl_rails", ">= 3.5.0", :group => [:development, :test]
1212
gem "email_spec", ">= 1.2.1", :group => :test
1313
gem "cucumber-rails", ">= 1.3.0", :group => :test, :require => false
1414
gem "capybara", ">= 1.1.2", :group => :test
1515
gem "database_cleaner", ">= 0.8.0", :group => :test
1616
gem "launchy", ">= 2.1.0", :group => :test
17-
gem "devise", ">= 2.1.0"
17+
gem "devise", ">= 2.1.2"

Gemfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ GEM
3939
rack-test (>= 0.5.4)
4040
selenium-webdriver (~> 2.0)
4141
xpath (~> 0.1.4)
42-
childprocess (0.3.2)
42+
childprocess (0.3.3)
4343
ffi (~> 1.0.6)
4444
coffee-rails (3.2.2)
4545
coffee-script (>= 2.2.0)
@@ -70,13 +70,13 @@ GEM
7070
erubis (2.7.0)
7171
execjs (1.4.0)
7272
multi_json (~> 1.0)
73-
factory_girl (3.4.2)
73+
factory_girl (3.5.0)
7474
activesupport (>= 3.0.0)
75-
factory_girl_rails (3.4.0)
76-
factory_girl (~> 3.4.0)
75+
factory_girl_rails (3.5.0)
76+
factory_girl (~> 3.5.0)
7777
railties (>= 3.0.0)
7878
ffi (1.0.11)
79-
gherkin (2.11.0)
79+
gherkin (2.11.1)
8080
json (>= 1.4.6)
8181
hike (1.2.1)
8282
i18n (0.6.0)
@@ -93,10 +93,10 @@ GEM
9393
i18n (>= 0.4.0)
9494
mime-types (~> 1.16)
9595
treetop (~> 1.4.8)
96-
mime-types (1.18)
96+
mime-types (1.19)
9797
multi_json (1.3.6)
98-
nokogiri (1.5.4)
99-
orm_adapter (0.3.0)
98+
nokogiri (1.5.5)
99+
orm_adapter (0.4.0)
100100
polyglot (0.3.3)
101101
rack (1.4.1)
102102
rack-cache (1.2)
@@ -123,21 +123,21 @@ GEM
123123
rake (0.9.2.2)
124124
rdoc (3.12)
125125
json (~> 1.4)
126-
rspec (2.10.0)
127-
rspec-core (~> 2.10.0)
128-
rspec-expectations (~> 2.10.0)
129-
rspec-mocks (~> 2.10.0)
130-
rspec-core (2.10.1)
131-
rspec-expectations (2.10.0)
126+
rspec (2.11.0)
127+
rspec-core (~> 2.11.0)
128+
rspec-expectations (~> 2.11.0)
129+
rspec-mocks (~> 2.11.0)
130+
rspec-core (2.11.0)
131+
rspec-expectations (2.11.1)
132132
diff-lcs (~> 1.1.3)
133-
rspec-mocks (2.10.1)
134-
rspec-rails (2.10.1)
133+
rspec-mocks (2.11.1)
134+
rspec-rails (2.11.0)
135135
actionpack (>= 3.0)
136136
activesupport (>= 3.0)
137137
railties (>= 3.0)
138-
rspec (~> 2.10.0)
138+
rspec (~> 2.11.0)
139139
rubyzip (0.9.9)
140-
sass (3.1.19)
140+
sass (3.1.20)
141141
sass-rails (3.2.5)
142142
railties (~> 3.2.0)
143143
sass (>= 3.1.10)
@@ -152,13 +152,13 @@ GEM
152152
rack (~> 1.0)
153153
tilt (~> 1.1, != 1.3.0)
154154
sqlite3 (1.3.6)
155-
thor (0.15.3)
155+
thor (0.15.4)
156156
tilt (1.3.3)
157157
treetop (1.4.10)
158158
polyglot
159159
polyglot (>= 0.3.1)
160160
tzinfo (0.3.33)
161-
uglifier (1.2.5)
161+
uglifier (1.2.6)
162162
execjs (>= 0.3.0)
163163
multi_json (~> 1.3)
164164
warden (1.2.1)
@@ -174,13 +174,13 @@ DEPENDENCIES
174174
coffee-rails (~> 3.2.1)
175175
cucumber-rails (>= 1.3.0)
176176
database_cleaner (>= 0.8.0)
177-
devise (>= 2.1.0)
177+
devise (>= 2.1.2)
178178
email_spec (>= 1.2.1)
179-
factory_girl_rails (>= 3.3.0)
179+
factory_girl_rails (>= 3.5.0)
180180
jquery-rails
181181
launchy (>= 2.1.0)
182182
rails (= 3.2.6)
183-
rspec-rails (>= 2.10.1)
183+
rspec-rails (>= 2.11.0)
184184
sass-rails (~> 3.2.3)
185185
sqlite3
186186
uglifier (>= 1.0.3)

config/initializers/session_store.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Be sure to restart your server when you modify this file.
22

3-
Rails3DeviseRspecCucumber::Application.config.session_store :cookie_store, :key => '_rails3-devise-rspec-cucumber_session'
3+
Rails3DeviseRspecCucumber::Application.config.session_store :cookie_store, key: '_rails3-devise-rspec-cucumber_session'
44

55
# Use the database for sessions instead of the cookie-based default,
66
# which shouldn't be used to store highly confidential information

spec/spec_helper.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,10 @@
3232
# automatically. This will be the default behavior in future versions of
3333
# rspec-rails.
3434
config.infer_base_class_for_anonymous_controllers = false
35+
36+
# Run specs in random order to surface order dependencies. If you find an
37+
# order dependency and want to debug it, you can fix the order by providing
38+
# the seed, which is printed after each run.
39+
# --seed 1234
40+
config.order = "random"
3541
end

0 commit comments

Comments
 (0)