1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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 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