Skip to content

Commit

Permalink
Small edit to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mmower committed Jun 17, 2009
1 parent 86e60f6 commit 9aed462
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.markdown
Expand Up @@ -48,4 +48,7 @@ Passport Control is specifically intended for use in writing tests **not** for u

It works by replacing the `instantiate` method of ActiveRecord::Base with an augmented version that manages the per-instance callback list. Initial results suggest that this doesn't add a significant overhead during test runs but, given how often `instantiate` is going to get called during the lifetime of a real application, you don't want it in production.

Notes
-----

* I use [Shoulda](http://github.com/thoughtbot/shoulda/tree/master), [RR](http://github.com/btakita/rr/tree/master), and [Machinist](http://github.com/notahat/machinist/tree/master) for testing.

0 comments on commit 9aed462

Please sign in to comment.