summaryrefslogtreecommitdiff
path: root/users/test
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-01-16 16:52:35 +0100
committerAzul <azul@leap.se>2013-01-16 16:52:35 +0100
commit7f7ba4f3d72104d67e9ecf839c9688c0580d4063 (patch)
treed0f4fbe470c0971d86b8cc58fbe73c1a29ba06f3 /users/test
parentee2ea4ac8f4c6b0c3b09be6ed49e7a1faec7a9c1 (diff)
incomplete initial changes to make email address just login@domain.tld
This involves a number of other changes like making sure the comparison between aliases and emails still works. Will do that by removing the @domain.tld from aliases as well.
Diffstat (limited to 'users/test')
-rw-r--r--users/test/factories.rb1
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