diff options
author | David Chelimsky <dchelimsky@gmail.com> | 2010-02-21 09:31:23 -0600 |
---|---|---|
committer | Mikel Lindsaar <raasdnil@gmail.com> | 2010-06-03 23:32:08 +1000 |
commit | e09e0a073bf7923c22dc0f87de1c284daff78cae (patch) | |
tree | c8c0e6d8afa4be91a5ba4f7b2265be971ebb443e /actionpack | |
parent | 9e8de7d9bce19e3fdfe7f125eb6b284048b42bee (diff) | |
download | rails-e09e0a073bf7923c22dc0f87de1c284daff78cae.tar.gz rails-e09e0a073bf7923c22dc0f87de1c284daff78cae.tar.bz2 rails-e09e0a073bf7923c22dc0f87de1c284daff78cae.zip |
fix small doc bug about running single unit test files
Diffstat (limited to 'actionpack')
-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 |