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:
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 /spec/services
parente01d3517d5f6cc789ae8a42691440c53e8e4c28f (diff)
Extract EE specific files/lines for quick actions tests
Diffstat (limited to 'spec/services')
-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