Update tests
This commit is contained in:
parent
16e7072543
commit
8ef2d2ecc4
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user