summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Croitor <acroitor@gitlab.com>2019-04-02 18:47:35 +0300
committerAlexandru Croitor <acroitor@gitlab.com>2019-04-03 10:16:21 +0300
commit70f55be08114e31b1e2eae38bb3ab6d781dce68a (patch)
treef89cdad65b1aaf12b357967c2159e730c18fe5da
parente01d3517d5f6cc789ae8a42691440c53e8e4c28f (diff)
downloadgitlab-ce-port-6539-extract-ee-specific-code.tar.gz
Extract EE specific files/lines for quick actions testsport-6539-extract-ee-specific-code
-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