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:
authorRobert Speicher <rspeicher@gmail.com>2019-04-05 17:29:58 +0300
committerRobert Speicher <rspeicher@gmail.com>2019-04-05 17:29:58 +0300
commit082607e980b606fdb3041d787255788bbcb13ee1 (patch)
tree485708424e4a10d868d6a1c2aeee74d91924d4a1 /spec/services/notes
parent0cf23a7f50d51d91066cafc3d55bb846f7af3489 (diff)
parent70f55be08114e31b1e2eae38bb3ab6d781dce68a (diff)
Merge branch 'port-6539-extract-ee-specific-code' into 'master'
Extract EE specific files/lines for quick actions tests See merge request gitlab-org/gitlab-ce!26872
Diffstat (limited to 'spec/services/notes')
-rw-r--r--spec/services/notes/quick_actions_service_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/services/notes/quick_actions_service_spec.rb b/spec/services/notes/quick_actions_service_spec.rb
index 7d2b6d5b8a7..9efdf96bc64 100644
--- a/spec/services/notes/quick_actions_service_spec.rb
+++ b/spec/services/notes/quick_actions_service_spec.rb
@@ -185,6 +185,7 @@ describe Notes::QuickActionsService do
end
before do
+ stub_licensed_features(multiple_issue_assignees: false)
project.add_maintainer(maintainer)
project.add_maintainer(assignee)
end