test/adapters/rack_test.rb in faraday-0.9.0.rc5 vs test/adapters/rack_test.rb in faraday-0.9.0.rc6
- old
+ new
@@ -20,7 +20,12 @@
begin
conn.get '/slow'
rescue Faraday::Error::ClientError
end
end
+
+ # test not applicable
+ undef test_connection_error
+ undef test_proxy
+ undef test_proxy_auth_fail
end
end