appease rubocop

This commit is contained in:
Chris Tompkinson 2020-03-10 10:51:20 +00:00
parent 160b2c40d0
commit af3010758a

View File

@ -245,7 +245,7 @@ describe CurlDownloadStrategy do
context "with headers set" do
alias_matcher :a_string_matching, :match
let(:specs) { { headers: ["foo", "bar"]} }
let(:specs) { { headers: ["foo", "bar"] } }
it "adds the appropriate curl args" do
expect(subject).to receive(:system_command!) { |*, args:, **|