summaryrefslogtreecommitdiff
path: root/spec/workers
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-15 12:13:50 +0200
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-15 12:15:43 +0200
commit566ba126f5d8090edc760fe0c20215da73452e47 (patch)
tree0b4ba9f5b5b99a5957c6dc305eee4155699a18e6 /spec/workers
parent64c35c74f9e878226112897e7c67268358353bc7 (diff)
downloadgitlab-ce-566ba126f5d8090edc760fe0c20215da73452e47.tar.gz
Fix typos in lib
Diffstat (limited to 'spec/workers')
-rw-r--r--spec/workers/emails_on_push_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/emails_on_push_worker_spec.rb b/spec/workers/emails_on_push_worker_spec.rb
index f17c5ac6aac..05b4fb49ea3 100644
--- a/spec/workers/emails_on_push_worker_spec.rb
+++ b/spec/workers/emails_on_push_worker_spec.rb
@@ -101,7 +101,7 @@ describe EmailsOnPushWorker, :mailer do
context "when there are multiple recipients" do
before do
- # This is a hack because we modify the mail object before sending, for efficency,
+ # This is a hack because we modify the mail object before sending, for efficiency,
# but the TestMailer adapter just appends the objects to an array. To clone a mail
# object, create a new one!
# https://github.com/mikel/mail/issues/314#issuecomment-12750108