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:
authorRémy Coutable <remy@rymai.me>2019-02-27 20:02:57 +0300
committerRémy Coutable <remy@rymai.me>2019-02-27 20:02:57 +0300
commit9983ee55da8ce6dd11a6533ded3d0feda3810b8f (patch)
tree27629fac9e0232a39c7de9b49704cc8312edcba6 /spec/services
parentdb29496f60e1c2aac67de7db5102f2b9c0324b16 (diff)
parenta565f3d88d9c2e38b615378298b8db1f306ebd53 (diff)
Merge branch 'fix-misspellings-app' into 'master'
Fix misspellings in app/spec executable lines See merge request gitlab-org/gitlab-ce!25521
Diffstat (limited to 'spec/services')
-rw-r--r--spec/services/notification_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/notification_service_spec.rb b/spec/services/notification_service_spec.rb
index 6a5a6989607..9ba4a11104a 100644
--- a/spec/services/notification_service_spec.rb
+++ b/spec/services/notification_service_spec.rb
@@ -177,7 +177,7 @@ describe NotificationService, :mailer do
end
end
- context 'when recieving a non-existent method' do
+ context 'when receiving a non-existent method' do
it 'raises NoMethodError' do
expect { async.foo(key) }.to raise_error(NoMethodError)
end