Update tests

This commit is contained in:
cnnrmnn 2021-05-13 12:54:17 -04:00
parent 16e7072543
commit 8ef2d2ecc4

View File

@ -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)