diff options
| author | David Chelimsky <dchelimsky@gmail.com> | 2010-02-21 09:31:23 -0600 | 
|---|---|---|
| committer | Ryan Bigg <radarlistener@gmail.com> | 2010-05-25 19:14:11 +1000 | 
| commit | 0855e0404424483e097b2396dc2e54d8f17e74d0 (patch) | |
| tree | 8a5f84703b3ea6a11fced256e065ad1cbaf8626e | |
| parent | 6602fb62a0e66c1fc6203b3495624b6ee82339f9 (diff) | |
| download | rails-0855e0404424483e097b2396dc2e54d8f17e74d0.tar.gz rails-0855e0404424483e097b2396dc2e54d8f17e74d0.tar.bz2 rails-0855e0404424483e097b2396dc2e54d8f17e74d0.zip | |
fix small doc bug about running single unit test files
| -rw-r--r-- | actionpack/RUNNING_UNIT_TESTS | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/actionpack/RUNNING_UNIT_TESTS b/actionpack/RUNNING_UNIT_TESTS index 16b119878a..95a8bc7497 100644 --- a/actionpack/RUNNING_UNIT_TESTS +++ b/actionpack/RUNNING_UNIT_TESTS @@ -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 | 
