documents how to run an individual test in AR

This commit is contained in:
Xavier Noria 2010-06-17 17:41:39 +02:00
parent 6db9558416
commit 12eef93e89
1 changed files with 2 additions and 0 deletions

View File

@ -32,5 +32,7 @@ being initialized - you can initialize the schema with:
rake test_mysql TEST=test/cases/aaa_create_tables_test.rb
The incantation for running a particular test looks like this
ruby -w -I"lib:test:test/connections/native_postgresql" test/cases/datatype_test_postgresql.rb -n test_timestamp_with_zone_values_without_rails_time_zone_support