From 12eef93e8901d3bdfe67bdb04c307ddc920221eb Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 17 Jun 2010 17:41:39 +0200 Subject: documents how to run an individual test in AR --- activerecord/RUNNING_UNIT_TESTS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/RUNNING_UNIT_TESTS') diff --git a/activerecord/RUNNING_UNIT_TESTS b/activerecord/RUNNING_UNIT_TESTS index 8559d72647..03e561a50b 100644 --- a/activerecord/RUNNING_UNIT_TESTS +++ b/activerecord/RUNNING_UNIT_TESTS @@ -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 -- cgit v1.2.3