Commit 22f8da98 authored by Nick Thomas's avatar Nick Thomas

Fix a broken spec for EE

parent 9afe8d3b
......@@ -58,7 +58,7 @@ describe MergeRequests::RebaseService do
context 'with deprecated step rebase feature' do
before do
allow(Feature).to receive(:disabled?).with(:two_step_rebase, anything).and_return(true)
stub_feature_flags(two_step_rebase: false)
end
it_behaves_like 'sequence of failure and success'
......
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