Skip to content

Commit

Permalink
Removed webmock work around that is no longer necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jun 16, 2010
1 parent 2c7983f commit 969ac53
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/vcr/http_stubbing_adapters/webmock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,3 @@ def message
end
end
end

# TODO: remove this once a new version of WebMock has been released with this fixed.
if defined?(HTTPClient) && !defined?(HTTPClient::NetConnectNotAllowedError)
HTTPClient::NetConnectNotAllowedError = WebMock::NetConnectNotAllowedError
end

0 comments on commit 969ac53

Please sign in to comment.