From 7f7ba4f3d72104d67e9ecf839c9688c0580d4063 Mon Sep 17 00:00:00 2001 From: Azul Date: Wed, 16 Jan 2013 16:52:35 +0100 Subject: 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. --- users/test/factories.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'users/test') 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 -- cgit v1.2.3