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-10-17 13:03:53 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-10-17 13:05:19 +0300
commit98217bc0674253f30dea3892a8e833436b89d5b9 (patch)
tree00d7bfe10a175f96d7a95226066dc6b820afceaf /spec/support/email_helpers.rb
parent0a11d53153d692f8c2b3c5125c5cd5e5042c08b3 (diff)
should_email_no_one -> should_not_email_anyone, feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6342/diffs#note_17039876
Diffstat (limited to 'spec/support/email_helpers.rb')
-rw-r--r--spec/support/email_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/email_helpers.rb b/spec/support/email_helpers.rb
index caa6ab1345a..36f5a2d5975 100644
--- a/spec/support/email_helpers.rb
+++ b/spec/support/email_helpers.rb
@@ -23,7 +23,7 @@ module EmailHelpers
expect(sent_to_user?(user, recipients)).to be_falsey
end
- def should_email_no_one
+ def should_not_email_anyone
expect(ActionMailer::Base.deliveries).to be_empty
end