Commit 0dd87789 authored by Robb Kidd's avatar Robb Kidd

Update Notify spec to use host set in config/gitlab.yml

Fixes failing tests introduced in pull request #824
parent caa06567
......@@ -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') }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment