diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-10 17:43:12 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-04-10 17:43:12 +0000 |
commit | 1cad24f6fdd0b6e966ecfc06b76ce15579368f9a (patch) | |
tree | df99f192d214d0e305259d33af0c381816036967 /actionpack/RUNNING_UNIT_TESTS | |
parent | a0403bd732ca9d05f54de8a7a71ca47773e30215 (diff) | |
download | rails-1cad24f6fdd0b6e966ecfc06b76ce15579368f9a.tar.gz rails-1cad24f6fdd0b6e966ecfc06b76ce15579368f9a.tar.bz2 rails-1cad24f6fdd0b6e966ecfc06b76ce15579368f9a.zip |
Doc fix
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1140 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/RUNNING_UNIT_TESTS')
-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 c27ee02d67..9765ee5754 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_test.rb + ruby controller/base_tests.rb == Dependency on ActiveRecord and database setup |