summaryrefslogtreecommitdiff
path: root/spec/features/explore/groups_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/explore/groups_spec.rb')
-rw-r--r--spec/features/explore/groups_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/explore/groups_spec.rb b/spec/features/explore/groups_spec.rb
index 50ec44580d2..aee0a7c5573 100644
--- a/spec/features/explore/groups_spec.rb
+++ b/spec/features/explore/groups_spec.rb
@@ -27,7 +27,7 @@ describe 'Explore Groups', :js do
end
before do
- stub_feature_flags({ vue_issuables_list: { enabled: false, thing: group } })
+ stub_feature_flags(vue_issuables_list: false)
end
shared_examples 'renders public and internal projects' do