Commit e7174090 authored by Matthias Käppler's avatar Matthias Käppler

Merge branch 'fix-spec-passing-on-retry-only' into 'master'

Fixes a spec that was passing on retry only

See merge request gitlab-org/gitlab!66621
parents 7678d206 71214e3a
......@@ -81,7 +81,7 @@ RSpec.describe Projects::PushRulesController do
before do
project.add_maintainer(user)
end
it_behaves_like 'a setting with global default', rule_attr, updates: true, updates_when_global_enabled: false
it_behaves_like 'a setting with global default', rule_attr, updates: true
end
context 'as a developer user' do
......
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