Skip to content

Commit

Permalink
Merge pull request #149 from godfat/read_timeout
Browse files Browse the repository at this point in the history
net_http.rb: StubSocket needs read_timeout for aws-sdk
  • Loading branch information
bblimke committed Jan 22, 2012
2 parents d0c58e9 + 9475d52 commit a3e4104
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/webmock/http_lib_adapters/net_http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ def check_right_http_connection

class StubSocket #:nodoc:

attr_accessor :read_timeout

def initialize(*args)
end

Expand Down

0 comments on commit a3e4104

Please sign in to comment.