From 2375b437bd2f4287e04b11050aae011b314bcd6b Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin <godfat@godfat.org> Date: Wed, 23 Mar 2016 20:49:17 +0800 Subject: [PATCH] Fix a typo --- spec/lib/gitlab/email/receiver_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lib/gitlab/email/receiver_spec.rb b/spec/lib/gitlab/email/receiver_spec.rb index 36267faeb9..f381a3907f 100644 --- a/spec/lib/gitlab/email/receiver_spec.rb +++ b/spec/lib/gitlab/email/receiver_spec.rb @@ -24,7 +24,7 @@ describe Gitlab::Email::Receiver, lib: true do end end - context "when no sent notificiation for the reply key could be found" do + context "when no sent notification for the reply key could be found" do let(:email_raw) { fixture_file('emails/wrong_reply_key.eml') } it "raises a SentNotificationNotFoundError" do -- 2.30.9