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:
authorLin Jen-Shin <godfat@godfat.org>2016-05-20 23:36:25 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-05-20 23:36:25 +0300
commita7f6b75e7fba69964e84a0ae96c77650c66bb031 (patch)
treeedc7bbf6c1b7747a4837d3c9e7aeeb94b88a118b /spec/lib/gitlab/incoming_email_spec.rb
parent9436a444f3e890ad48b64c26ec95ffde4ed9e87c (diff)
Fix a missed rename
Diffstat (limited to 'spec/lib/gitlab/incoming_email_spec.rb')
-rw-r--r--spec/lib/gitlab/incoming_email_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/lib/gitlab/incoming_email_spec.rb b/spec/lib/gitlab/incoming_email_spec.rb
index afb3e26f8fb..bb1fe089206 100644
--- a/spec/lib/gitlab/incoming_email_spec.rb
+++ b/spec/lib/gitlab/incoming_email_spec.rb
@@ -43,9 +43,9 @@ describe Gitlab::IncomingEmail, lib: true do
end
end
- context 'self.key_from_fallback_reply_message_id' do
+ context 'self.key_from_fallback_reply_mail_id' do
it 'returns reply key' do
- expect(described_class.key_from_fallback_reply_message_id('reply-key@localhost')).to eq('key')
+ expect(described_class.key_from_fallback_reply_mail_id('reply-key@localhost')).to eq('key')
end
end
end