diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-02-16 19:30:34 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-02-16 19:30:34 +0000 |
commit | d37a185ed8312b2c6834b9c88812ad547477cdc2 (patch) | |
tree | ef2e2a5d0e1940699f775e903051dab8e24fc8a8 /spec/script | |
parent | e195121efe1caa0ea845bec7be12b6ed2cd2812c (diff) |
Don't use a from address that will affect other tests.
Diffstat (limited to 'spec/script')
-rw-r--r-- | spec/script/mailin_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/script/mailin_spec.rb b/spec/script/mailin_spec.rb index 53f4ae125..f9368996d 100644 --- a/spec/script/mailin_spec.rb +++ b/spec/script/mailin_spec.rb @@ -7,7 +7,7 @@ def mailin_test(email_filename) mail = load_file_fixture(email_filename) ir = info_requests(:boring_request) mail.gsub!('EMAIL_TO', ir.incoming_email) - mail.gsub!('EMAIL_FROM', 'geraldinequango@localhost') + mail.gsub!('EMAIL_FROM', 'responder@localhost') xc.run(mail) xc.err.should == "" return xc |