Commit 9d6cff1e authored by Małgorzata Ksionek's avatar Małgorzata Ksionek

Fix rubocop offences

parent edbe9cf5
......@@ -451,7 +451,7 @@ describe ProjectPolicy do
end
end
describe 'remove_project when default_project_deletion_protection is set to true' do
describe 'remove_project when default_project_deletion_protection is set to true' do
before do
allow(Gitlab::CurrentSettings.current_application_settings)
.to receive(:default_project_deletion_protection) { true }
......
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