Fix Rubocop offense in build_spec.rb 👮

This commit is contained in:
Grzegorz Bizon 2018-07-20 10:28:45 +00:00
parent fd4fd25d3c
commit 200766051e
1 changed files with 1 additions and 1 deletions

View File

@ -2287,7 +2287,7 @@ describe Ci::Build do
context 'when serialized value is a hash with string keys' do
let(:variables) do
[{'key' => :VARIABLE, 'value' => 'my value 2' }]
[{ 'key' => :VARIABLE, 'value' => 'my value 2' }]
end
it 'symblizes variables hash' do