Fix Rubocop offense in CI/CD only/except policy class
This commit is contained in:
parent
7e6bc4dde2
commit
4509594e20
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue