diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-01-06 13:06:25 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-01-06 13:06:25 +0100 |
commit | 639d428046938b5976f87726746d862441ee7036 (patch) | |
tree | d5db554d7efec312ccc6b7994f7dfb5d9ed23bf4 /spec/services/notification_service_spec.rb | |
parent | 384445eca6249363c0da6d8b96e7ee030dc6fab3 (diff) | |
parent | 95b1adb3394851132ea7ecb3104e9a857bdad82f (diff) | |
download | gitlab-ce-more-opengraph.tar.gz |
Merge branch 'master' into more-opengraphmore-opengraph
Diffstat (limited to 'spec/services/notification_service_spec.rb')
-rw-r--r-- | spec/services/notification_service_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/notification_service_spec.rb b/spec/services/notification_service_spec.rb index b5c7b01357a..6d219f35895 100644 --- a/spec/services/notification_service_spec.rb +++ b/spec/services/notification_service_spec.rb @@ -53,7 +53,7 @@ describe NotificationService, services: true do add_users_with_subscription(note.project, issue) # Ensure create SentNotification by noteable = issue 6 times, not noteable = note - expect(SentNotification).to receive(:record).with(issue, any_args).exactly(6).times + expect(SentNotification).to receive(:record).with(issue, any_args).exactly(7).times ActionMailer::Base.deliveries.clear |