Commit e2fe8d38 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Address rubocop offense

parent 67ebba43
......@@ -30,7 +30,7 @@ describe Gitlab::SidekiqCluster::CLI do
expect(cli).to receive(:trap_signals)
expect(cli).to receive(:start_loop)
cli.run(%w(-n "foo,bar\ foo,bar"))
cli.run(['-n', 'foo,bar foo,bar'])
end
end
end
......
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