Commit 4509594e authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offense in CI/CD only/except policy class

parent 7e6bc4dd
......@@ -58,7 +58,7 @@ describe Gitlab::Ci::Config::Entry::Policy do
context 'when using complex policy' do
context 'when it is an empty hash' do
let(:config) { { } }
let(:config) { {} }
it 'reports an error about configuration not being present' do
expect(entry.errors).to include /can't be blank/
......
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