Commit 20076605 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offense in build_spec.rb 👮

parent fd4fd25d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment