aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/RUNNING_UNIT_TESTS
diff options
context:
space:
mode:
authorTekin <tekin@tekin.co.uk>2011-05-26 16:24:44 +0100
committerTekin <tekin@tekin.co.uk>2011-05-26 16:24:44 +0100
commit52f0437af10cede8eafdd621e0207ea91d147449 (patch)
treeaffb3b61f16cd471938a79048dcaecace79c0fe0 /activerecord/RUNNING_UNIT_TESTS
parent3ffe1cd27be8d80293afce9be5115005f97f7cec (diff)
downloadrails-52f0437af10cede8eafdd621e0207ea91d147449.tar.gz
rails-52f0437af10cede8eafdd621e0207ea91d147449.tar.bz2
rails-52f0437af10cede8eafdd621e0207ea91d147449.zip
Correct TESTOPTS specification in activerecord/RUNNING_UNIT_TESTS
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 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"