Fix a broken spec for EE

This commit is contained in:
Nick Thomas 2019-05-16 11:53:09 +01:00
parent 9afe8d3bcd
commit 22f8da985a
No known key found for this signature in database
GPG Key ID: 2A313A47AFADACE9
1 changed files with 1 additions and 1 deletions

View File

@ -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'