Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Gunderloy authored and Mike Gunderloy committed Sep 20, 2009
1 parent 2168ae3 commit 1a157b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.textile
Expand Up @@ -75,7 +75,7 @@ h3. External Services
h3. Testing Tools

* "Shoulda":http://thoughtbot.com/projects/shoulda and Test::Unit for testing
* "rr":http://github.com/btakita/rr/tree/master or Mocha for mocking. Note that tests are currently failing under rr; I _think_ this is an issue with rr but haven't dug into it yet.
* "rr":http://github.com/btakita/rr/tree/master or Mocha for mocking. Note that tests are currently failing under rr; I _think_ this is an issue with rr but haven't dug into it yet. You'll currently have better luck if you build Christopher Redinger's "fork":http://github.com/redinger/rr of the rr gem.
* "Object Daddy":http://github.com/flogic/object_daddy/tree/master for factories
* Generated code is already covered by tests
* "parallel-specs":http://github.com/grosser/parallel_specs/tree/master for faster testing. rake spec:parallel:prepare[2] to set up two test databases. rake test:parallel[2] to distribute tests across two cores
Expand Down Expand Up @@ -106,4 +106,5 @@ Thanks to:
* Matt Hooks (inspiration for Authlogic activation code)
* Joey Geiger (typo fix, bug fixes)
* Reuben Doetsch (original implementation of file/snippet loading code)
* Maxim Chernyak (bug fixes, jRails, Haml & Sass support, Compass support, internationalization, inherited_resources, test updates)
* Maxim Chernyak (bug fixes, jRails, Haml & Sass support, Compass support, internationalization, inherited_resources, test updates)
* Christopher Redinger (test and rr fixes)

0 comments on commit 1a157b9

Please sign in to comment.