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>2021-04-15 12:09:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-15 12:09:03 +0300
commit73ff43129b98d433923d144fccd2e47c33c3b091 (patch)
tree8dc7ffe90e38bb0699c3ff48f1d89b1b354e8ef3 /spec/frontend/fixtures
parent17e561ffb82d134ccdee8dfb505d9cba7c311a4c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/fixtures')
-rw-r--r--spec/frontend/fixtures/issues.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/frontend/fixtures/issues.rb b/spec/frontend/fixtures/issues.rb
index d6f6ed97626..a027247bd0d 100644
--- a/spec/frontend/fixtures/issues.rb
+++ b/spec/frontend/fixtures/issues.rb
@@ -16,8 +16,6 @@ RSpec.describe Projects::IssuesController, '(JavaScript fixtures)', type: :contr
end
before do
- stub_feature_flags(boards_filtered_search: false)
-
project.add_maintainer(user)
sign_in(user)
end