diff --git a/Library/Homebrew/test/download_strategies/curl_spec.rb b/Library/Homebrew/test/download_strategies/curl_spec.rb index 09cd6ca07a..31fd493d2e 100644 --- a/Library/Homebrew/test/download_strategies/curl_spec.rb +++ b/Library/Homebrew/test/download_strategies/curl_spec.rb @@ -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)