Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-07-30 14:29:15 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-07-30 14:29:15 +0300
commite4b53c01aca3684820520752308669f7cb730062 (patch)
tree83fdde010a5d0b0c875d331cb97d6d90a88f87ae /spec/support
parent75460dd595bfa12a1b6ce76e71a7401ddc354f26 (diff)
parent2ca8219a20f16636b7a0ffa899a1a04ab8e84782 (diff)
Merge remote-tracking branch 'origin/master' into 41416-making-instance-wide-data-tools-more-accessible
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/shared_examples/notify_shared_examples.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared_examples/notify_shared_examples.rb b/spec/support/shared_examples/notify_shared_examples.rb
index d176d3fa425..5beae005cf7 100644
--- a/spec/support/shared_examples/notify_shared_examples.rb
+++ b/spec/support/shared_examples/notify_shared_examples.rb
@@ -77,7 +77,7 @@ shared_examples 'a thread answer email with reply-by-email enabled' do
aggregate_failures do
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('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: /)
end
end