diff options
author | Azul <azul@leap.se> | 2013-01-14 16:24:25 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-01-14 16:24:25 +0100 |
commit | a9ef046a596b5876792b1cc4ab0d26b9b255c342 (patch) | |
tree | fe691c72f36b42f74a1d850f2e406c50500036e3 /users/test/factories.rb | |
parent | 3cd3c261bdf02b2da5217fa1c469d30f9d92c9a3 (diff) |
tickets controller tests passing
Diffstat (limited to 'users/test/factories.rb')
-rw-r--r-- | users/test/factories.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/test/factories.rb b/users/test/factories.rb index 6b094bd..4bf7e62 100644 --- a/users/test/factories.rb +++ b/users/test/factories.rb @@ -7,6 +7,7 @@ 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 |