aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/RUNNING_UNIT_TESTS
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-03-28 11:55:01 +0000
committerPratik Naik <pratiknaik@gmail.com>2008-03-28 11:55:01 +0000
commit533da24bbce5c6eeb23ff372fa0b65911fc138d0 (patch)
tree857e04c8ef0f0969753d3724fba938d2579c1034 /activerecord/RUNNING_UNIT_TESTS
parentc62db052a0c188c405ad97abec9dd2cec2b9b1d8 (diff)
downloadrails-533da24bbce5c6eeb23ff372fa0b65911fc138d0.tar.gz
rails-533da24bbce5c6eeb23ff372fa0b65911fc138d0.tar.bz2
rails-533da24bbce5c6eeb23ff372fa0b65911fc138d0.zip
Make sure ActiveRecord tests can run individually. Closes #11425 [thechrisoshow, h-lame]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9109 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/RUNNING_UNIT_TESTS')
-rw-r--r--activerecord/RUNNING_UNIT_TESTS2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/RUNNING_UNIT_TESTS b/activerecord/RUNNING_UNIT_TESTS
index e56250e9b4..ea7f3c02d2 100644
--- a/activerecord/RUNNING_UNIT_TESTS
+++ b/activerecord/RUNNING_UNIT_TESTS
@@ -25,7 +25,7 @@ Rake can be found at http://rake.rubyforge.org
Unit tests are located in test/cases directory. If you only want to run a single test suite,
you can do so with:
- rake test_mysql TEST=base_test.rb
+ rake test_mysql TEST=test/cases/base_test.rb
That'll run the base suite using the MySQL-Ruby adapter.