Commit ce2214a1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #826 from robbkidd/notify_specs_use_host_from_config

Fix bug: Update Notify spec to use host set in config/gitlab.yml
parents caa06567 0dd87789
......@@ -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