Skip to content

Commit

Permalink
Documentation changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Takita committed Nov 30, 2008
1 parent 4a86b53 commit 723b2db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rdoc
Expand Up @@ -23,8 +23,7 @@ double for tests. The following are test doubles:
* Proxies
http://xunitpatterns.com/Test%20Double.html

Currently RR implements mocks, stubs, and proxies. In the future, RR will
support spies.
Currently RR implements mocks, stubs, proxies, and spies. Fakes usually require custom code, so it is beyond the scope of RR.

== Using RR
=== test/unit
Expand Down

0 comments on commit 723b2db

Please sign in to comment.