Skip to content
This repository has been archived by the owner on Jul 22, 2018. It is now read-only.

Commit

Permalink
Patched VCR to output more helpful unhandled request error
Browse files Browse the repository at this point in the history
  • Loading branch information
tfwright committed Mar 19, 2012
1 parent eb95d8b commit 55de723
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions spec/vcr_patch.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module VCR
module Errors
class UnhandledHTTPRequestError

private

def request_description
"#{request.method.to_s.upcase} #{request.uri} \n #{request.body}"
end

end
end
end

0 comments on commit 55de723

Please sign in to comment.