Fix a missed rename

This commit is contained in:
Lin Jen-Shin 2016-05-20 15:36:25 -05:00
parent 9436a444f3
commit a7f6b75e7f

View file

@ -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