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

This commit is contained in:
Grzegorz Bizon 2017-08-25 17:54:14 +02:00
parent 7e6bc4dde2
commit 4509594e20
1 changed files with 1 additions and 1 deletions

View File

@ -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/