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-03-23 15:49:17 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-05-17 00:27:16 +0300
commit2375b437bd2f4287e04b11050aae011b314bcd6b (patch)
tree51d0086479b727142abc74f361a578c26fe80e0e /spec/lib/gitlab/email
parent8b15628dd0de2474ad662b8d78a7c9a466e2a296 (diff)
Fix a typo
Diffstat (limited to 'spec/lib/gitlab/email')
-rw-r--r--spec/lib/gitlab/email/receiver_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/email/receiver_spec.rb b/spec/lib/gitlab/email/receiver_spec.rb
index 36267faeb93..f381a3907f3 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