Commit 60398318 authored by Imre Farkas's avatar Imre Farkas

Fix spec feature flag

parent 76630665
......@@ -255,7 +255,7 @@ RSpec.describe GroupsHelper do
context 'linear' do
before do
stub_feature_flags(use_traversal_ids: false)
stub_feature_flags(use_traversal_ids: true)
end
include_examples 'correct ancestor order'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment