summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://jneen.net/ <jneen@jneen.net>2017-08-21 13:47:15 -0700
committerhttp://jneen.net/ <jneen@jneen.net>2017-08-21 15:34:26 -0700
commit57fb2d4f8f0c9f5dc563bdb0eb6935748674a299 (patch)
tree2945a92eeec9ee47bae99c046b0f5b36e0133104
parent3676275a5a07492bb24a8b1925f7221c375a2f42 (diff)
downloadgitlab-ce-57fb2d4f8f0c9f5dc563bdb0eb6935748674a299.tar.gz
rm a comment that is a lie
-rw-r--r--spec/services/notification_service_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/services/notification_service_spec.rb b/spec/services/notification_service_spec.rb
index 5223152ce66..5b349017c8b 100644
--- a/spec/services/notification_service_spec.rb
+++ b/spec/services/notification_service_spec.rb
@@ -151,7 +151,6 @@ describe NotificationService, :mailer do
add_users_with_subscription(note.project, issue)
reset_delivered_emails!
- # Ensure create SentNotification by noteable = issue 6 times, not noteable = note
expect(SentNotification).to receive(:record).with(issue, any_args).exactly(9).times
notification.new_note(note)