test/adapters/rack_test.rb in faraday-0.8.11 vs test/adapters/rack_test.rb in faraday-0.9.0.rc1
- old
+ new
@@ -20,12 +20,7 @@
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