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:
Diffstat (limited to 'spec/helpers/stat_anchors_helper_spec.rb')
-rw-r--r--spec/helpers/stat_anchors_helper_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/helpers/stat_anchors_helper_spec.rb b/spec/helpers/stat_anchors_helper_spec.rb
index f3830bf4172..41ac7509c39 100644
--- a/spec/helpers/stat_anchors_helper_spec.rb
+++ b/spec/helpers/stat_anchors_helper_spec.rb
@@ -8,6 +8,10 @@ RSpec.describe StatAnchorsHelper do
describe '#stat_anchor_attrs' do
subject { helper.stat_anchor_attrs(anchor) }
+ before do
+ stub_feature_flags(project_overview_reorg: false)
+ end
+
context 'when anchor is a link' do
let(:anchor) { anchor_klass.new(true) }