Skip to content

Commit

Permalink
Correct TESTOPTS specification in activerecord/RUNNING_UNIT_TESTS
Browse files Browse the repository at this point in the history
  • Loading branch information
tekin committed May 26, 2011
1 parent 3ffe1cd commit 52f0437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/RUNNING_UNIT_TESTS
Expand Up @@ -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"

0 comments on commit 52f0437

Please sign in to comment.