summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/config/entry/key_spec.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-21 17:33:53 -0600
committerDouwe Maan <douwe@selenight.nl>2017-02-23 09:31:56 -0600
commitc10064aad5d0e4ca1981fd898a6688e42ea8c9d0 (patch)
tree9c61c03ce7ff16a49cc3b328fc308cd41c65bd94 /spec/lib/gitlab/ci/config/entry/key_spec.rb
parentb7d8df503cf35b3048b273dc0cadb5ec39aac5e1 (diff)
downloadgitlab-ce-c10064aad5d0e4ca1981fd898a6688e42ea8c9d0.tar.gz
Enable Style/SpaceInsideBrackets
Diffstat (limited to 'spec/lib/gitlab/ci/config/entry/key_spec.rb')
-rw-r--r--spec/lib/gitlab/ci/config/entry/key_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/ci/config/entry/key_spec.rb b/spec/lib/gitlab/ci/config/entry/key_spec.rb
index b1e563e0786..cd7b03ffb11 100644
--- a/spec/lib/gitlab/ci/config/entry/key_spec.rb
+++ b/spec/lib/gitlab/ci/config/entry/key_spec.rb
@@ -21,7 +21,7 @@ describe Gitlab::Ci::Config::Entry::Key do
end
context 'when entry value is not correct' do
- let(:config) { [ 'incorrect' ] }
+ let(:config) { ['incorrect'] }
describe '#errors' do
it 'saves errors' do