diff options
Diffstat (limited to 'users/test')
-rw-r--r-- | users/test/factories.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/test/factories.rb b/users/test/factories.rb index 4bf7e62..6b094bd 100644 --- a/users/test/factories.rb +++ b/users/test/factories.rb @@ -7,7 +7,6 @@ FactoryGirl.define do factory :user_with_settings do email_forward { Faker::Internet.email } - email { Faker::Internet.user_name + '@' + APP_CONFIG[:domain] } email_aliases_attributes do {:a => Faker::Internet.user_name + '@' + APP_CONFIG[:domain]} end |