summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/mailers/notify_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mailers/notify_spec.rb b/spec/mailers/notify_spec.rb
index 065094e964e..31b211b66ff 100644
--- a/spec/mailers/notify_spec.rb
+++ b/spec/mailers/notify_spec.rb
@@ -5,7 +5,7 @@ describe Notify do
include EmailSpec::Matchers
before :all do
- default_url_options[:host] = 'example.com'
+ default_url_options[:host] = EMAIL_OPTS['host']
end
let(:recipient) { Factory.create(:user, :email => 'recipient@example.com') }