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>2022-01-19 03:12:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-19 03:12:04 +0300
commit6e70c2b428a91084139a521abb4a3987a5be35ab (patch)
tree494b56b6c25990033e83f63fb1a2025c8b871375 /spec/frontend/fixtures/blob.rb
parent391beda74a957bfa72144cca886ace03a2db4e92 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/fixtures/blob.rb')
-rw-r--r--spec/frontend/fixtures/blob.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/frontend/fixtures/blob.rb b/spec/frontend/fixtures/blob.rb
index bfdeee0881b..35a7ff4eb07 100644
--- a/spec/frontend/fixtures/blob.rb
+++ b/spec/frontend/fixtures/blob.rb
@@ -12,6 +12,7 @@ RSpec.describe Projects::BlobController, '(JavaScript fixtures)', type: :control
render_views
before do
+ stub_feature_flags(refactor_blob_viewer: false) # This fixture is only used by the legacy (non-refactored) blob viewer
sign_in(user)
allow(SecureRandom).to receive(:hex).and_return('securerandomhex:thereisnospoon')
end