spec/curl_spec.rb in xcode-install-2.3.1 vs spec/curl_spec.rb in xcode-install-2.4.0

- old
+ new

@@ -16,10 +16,10 @@ it 'reports failure' do `true` curl = XcodeInstall::Curl.new result = nil XcodeInstall.silence_stderr do - result = curl.fetch('http://0.0.0.0/test') + result = curl.fetch(url: 'http://0.0.0.0/test') end result.should == false end end end