Skip to content

Commit

Permalink
Updated README with information about RSpec 2 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Blimke committed May 14, 2010
1 parent b271fd8 commit 9c8c463
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -11,7 +11,8 @@ Features
* Matching requests based on method, URI, headers and body * Matching requests based on method, URI, headers and body
* Smart matching of the same URIs in different representations (also encoded and non encoded forms) * Smart matching of the same URIs in different representations (also encoded and non encoded forms)
* Smart matching of the same headers in different representations. * Smart matching of the same headers in different representations.
* Support for Test::Unit and RSpec (and can be easily extended to other frameworks) * Support for Test::Unit
* Support for RSpec 1.x and RSpec 2.x
* Support for Net::HTTP and other http libraries based on Net::HTTP (i.e RightHttpConnection, rest-client, HTTParty) * Support for Net::HTTP and other http libraries based on Net::HTTP (i.e RightHttpConnection, rest-client, HTTParty)
* Support for HTTPClient library (both sync and async requests) * Support for HTTPClient library (both sync and async requests)
* Support for Patron library * Support for Patron library
Expand Down Expand Up @@ -430,6 +431,7 @@ People who submitted patches and new features or suggested improvements. Many th
* Tom Ward * Tom Ward
* Nadim Bitar * Nadim Bitar
* Myron Marston * Myron Marston
* Sam Phillips


## Background ## Background


Expand Down

0 comments on commit 9c8c463

Please sign in to comment.