Merge branch 'ce-11621-fix-broken-master' into 'master'
CE backport of "Fix a broken spec for EE" See merge request gitlab-org/gitlab-ce!28357
This commit is contained in:
commit
2d0f349baf
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue