Commit 0173a28c authored by Robert Speicher's avatar Robert Speicher

Resolve failure in ee/spec/mailers/notify_spec.rb

This is an EE-specific test that was broken by
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20871.
parent 90591917
...@@ -171,7 +171,7 @@ describe Notify do ...@@ -171,7 +171,7 @@ describe Notify do
aggregate_failures do aggregate_failures do
is_expected.to have_header('Message-ID', /\A<.*@#{host}>\Z/) is_expected.to have_header('Message-ID', /\A<.*@#{host}>\Z/)
is_expected.to have_header('In-Reply-To', "<#{route_key}@#{host}>") is_expected.to have_header('In-Reply-To', "<#{route_key}@#{host}>")
is_expected.to have_header('References', /\A<#{route_key}@#{host}> <reply\-.*@#{host}>\Z/ ) is_expected.to have_header('References', /\A<reply\-.*@#{host}> <#{route_key}@#{host}>\Z/ )
is_expected.to have_subject(/^Re: /) is_expected.to have_subject(/^Re: /)
end end
end end
......
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