fix small doc bug about running single unit test files

This commit is contained in:
David Chelimsky 2010-02-21 09:31:23 -06:00 committed by Ryan Bigg
parent 6602fb62a0
commit 0855e04044
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Rake can be found at http://rake.rubyforge.org
If you only want to run a single test suite, or don't want to bother with Rake,
you can do so with something like:
ruby controller/base_tests.rb
ruby -Itest test/controller/base_tests.rb
== Dependency on ActiveRecord and database setup