From 52f0437af10cede8eafdd621e0207ea91d147449 Mon Sep 17 00:00:00 2001 From: Tekin Date: Thu, 26 May 2011 16:24:44 +0100 Subject: Correct TESTOPTS specification in activerecord/RUNNING_UNIT_TESTS --- 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 b3d376772e..812ac6440d 100644 --- a/activerecord/RUNNING_UNIT_TESTS +++ b/activerecord/RUNNING_UNIT_TESTS @@ -39,5 +39,5 @@ To setup the testing environment for PostgreSQL use this command: The incantation for running a particular test looks like this - rake test TEST=test/cases/datatype_test_postgresql.rb TESTOPTS="-n test_timestamp_with_zone_values_without_rails_time_zone_support" + rake test TEST=test/cases/datatype_test_postgresql.rb TESTOPTS="--name=test_timestamp_with_zone_values_without_rails_time_zone_support" -- cgit v1.2.3