Commit 96813fb8 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '11621-fix-broken-master' into 'master'

Fix a broken spec for EE in spec/services/merge_requests/rebase_service_spec.rb

Closes #11621

See merge request gitlab-org/gitlab-ee!12775
parents 56e2ab61 05625137
......@@ -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