From 533da24bbce5c6eeb23ff372fa0b65911fc138d0 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Fri, 28 Mar 2008 11:55:01 +0000 Subject: 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 --- activerecord/RUNNING_UNIT_TESTS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/RUNNING_UNIT_TESTS') 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. -- cgit v1.2.3