Skip to content
Snippets Groups Projects
Commit 8ef2d2ec authored by cnnrmnn's avatar cnnrmnn
Browse files

Update tests

parent 16e70725
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,10 @@ describe CurlDownloadStrategy do
it "calls curl with default arguments" do
expect(strategy).to receive(:curl).with(
# example.com supports partial requests.
"--continue-at", "-",
"--location",
"--remote-time",
"--continue-at", "0",
"--output", an_instance_of(Pathname),
url,
an_instance_of(Hash)
......
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