recipes/testing.rb in rails_apps_composer-2.2.27 vs recipes/testing.rb in rails_apps_composer-2.2.28
- old
+ new
@@ -242,11 +242,11 @@
create_file 'spec/fabricators/user_fabricator.rb' do
<<-RUBY
Fabricator(:user) do
name 'Test User'
email 'example@example.com'
- password 'please'
- password_confirmation 'please'
+ password 'password'
+ password_confirmation 'password'
# required if the Devise Confirmable module is used
# confirmed_at Time.now
end
RUBY
end