Skip to content
Snippets Groups Projects
Commit 20076605 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Fix Rubocop offense in build_spec.rb :cop:

parent fd4fd25d
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment