summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-08-25 17:54:14 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-08-25 17:54:14 +0200
commit4509594e206f93cdb54d80ae96fe7ad3d6a8fa4b (patch)
treeaa015a64167c18a5682370b7fd3027c622a5687b
parent7e6bc4dde29af635c4ec281beea20ca87ccfbe34 (diff)
downloadgitlab-ce-4509594e206f93cdb54d80ae96fe7ad3d6a8fa4b.tar.gz
Fix Rubocop offense in CI/CD only/except policy class
-rw-r--r--spec/lib/gitlab/ci/config/entry/policy_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/ci/config/entry/policy_spec.rb b/spec/lib/gitlab/ci/config/entry/policy_spec.rb
index b3eba1382f2..ccf885969fb 100644
--- a/spec/lib/gitlab/ci/config/entry/policy_spec.rb
+++ b/spec/lib/gitlab/ci/config/entry/policy_spec.rb
@@ -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/