Sha256: 6acd22fa70c5180ea217e7f330870833b898ac58c1e5a86a2e8e801e58d75b1b
Contents?: true
Size: 1.43 KB
Versions: 1
Compression:
Stored size: 1.43 KB
Contents
== 0.8.1 * Fixed HTTPClient adapter compatibility with Ruby 1.8.6 (reported by Piotr Usewicz) * Net:HTTP adapter now handles request body assigned as Net::HTTP::Post#body attribute (fixed by Mack Earnhardt) * Fixed issue where requests were not matching stubs with Accept header set.(reported by Piotr Usewicz) * Fixed compatibility with Ruby 1.9.1, 1.9.2 and JRuby 1.3.1 (reported by Diego E. “Flameeyes” Pettenò) * Fixed issue with response body declared as IO object and multiple requests (reported by Niels Meersschaert) * Fixed "undefined method `assertion_failure'" error (reported by Nick Plante) == 0.8.0 * Support for HTTPClient (sync and async requests) * Support for dynamic responses. Response body and headers can be now declared as lambda. (Thanks to Ivan Vega ( @ivanyv ) for suggesting this feature) * Support for stubbing and expecting requests with empty body * Executing non-stubbed request leads to failed expectation instead of error === Bug fixes * Basic authentication now works correctly * Fixed problem where WebMock didn't call a block with the response when block was provided * Fixed problem where uris with single slash were not matching uris without path provided == 0.7.3 * Clarified documentation * Fixed some issues with loading of Webmock classes * Test::Unit and RSpec adapters have to be required separately == 0.7.2 * Added support for matching escaped and non escaped URLs
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
webmock-0.8.1 | CHANGELOG |