rails_apps_composer 2.2.28 → 2.2.29
Sign up to get free protection for your applications and to get access to all the features.
- data/recipes/init.rb +1 -1
- data/recipes/testing.rb +5 -5
- data/version.rb +1 -1
- metadata +3 -3
data/recipes/init.rb
CHANGED
data/recipes/testing.rb
CHANGED
@@ -13,7 +13,7 @@ after_bundler do
|
|
13
13
|
end
|
14
14
|
|
15
15
|
RUBY
|
16
|
-
end
|
16
|
+
end
|
17
17
|
end
|
18
18
|
### RSPEC ###
|
19
19
|
if prefer :unit_test, 'rspec'
|
@@ -244,8 +244,8 @@ RUBY
|
|
244
244
|
Fabricator(:user) do
|
245
245
|
name 'Test User'
|
246
246
|
email 'example@example.com'
|
247
|
-
password '
|
248
|
-
password_confirmation '
|
247
|
+
password 'changeme'
|
248
|
+
password_confirmation 'changeme'
|
249
249
|
# required if the Devise Confirmable module is used
|
250
250
|
# confirmed_at Time.now
|
251
251
|
end
|
@@ -258,8 +258,8 @@ RUBY
|
|
258
258
|
gsub_file 'spec/controllers/users_controller_spec.rb', /@user = FactoryGirl.create\(:user\)/, '@user = Fabricate(:user)'
|
259
259
|
end
|
260
260
|
end
|
261
|
-
end # after_everything
|
262
|
-
|
261
|
+
end # after_everything
|
262
|
+
|
263
263
|
__END__
|
264
264
|
|
265
265
|
name: testing
|
data/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_apps_composer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.29
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -202,7 +202,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
202
202
|
version: '0'
|
203
203
|
segments:
|
204
204
|
- 0
|
205
|
-
hash:
|
205
|
+
hash: 4408213444238721620
|
206
206
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
207
207
|
none: false
|
208
208
|
requirements:
|
@@ -211,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
211
211
|
version: '0'
|
212
212
|
segments:
|
213
213
|
- 0
|
214
|
-
hash:
|
214
|
+
hash: 4408213444238721620
|
215
215
|
requirements: []
|
216
216
|
rubyforge_project: rails_apps_composer
|
217
217
|
rubygems_version: 1.8.24
|