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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-11 06:11:00 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-11 06:11:00 +0300
commitbdca0979165cb662173d959c358fce0c539c7544 (patch)
tree5a2a58ea3738592da1d84a2ed53410deea752a51 /spec/controllers/sent_notifications_controller_spec.rb
parent1a3d7fe0b65d92e322bfe33aebe6b64419203f4f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/controllers/sent_notifications_controller_spec.rb')
-rw-r--r--spec/controllers/sent_notifications_controller_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/controllers/sent_notifications_controller_spec.rb b/spec/controllers/sent_notifications_controller_spec.rb
index 0c4a77d5926..02aaa5b16f1 100644
--- a/spec/controllers/sent_notifications_controller_spec.rb
+++ b/spec/controllers/sent_notifications_controller_spec.rb
@@ -216,6 +216,7 @@ RSpec.describe SentNotificationsController do
merge_request.subscriptions.create(user: user, project: project, subscribed: true)
end
end
+
let(:sent_notification) { create(:sent_notification, project: project, noteable: merge_request, recipient: user) }
before do