From 96980bd561d79824b6cb6efbcbecdcbf8785d452 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 3 May 2008 11:29:47 -0500 Subject: Added change_table for migrations (Jeff Dean) [#71 state:resolved] --- activerecord/RUNNING_UNIT_TESTS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'activerecord/RUNNING_UNIT_TESTS') diff --git a/activerecord/RUNNING_UNIT_TESTS b/activerecord/RUNNING_UNIT_TESTS index ea7f3c02d2..39fc86759f 100644 --- a/activerecord/RUNNING_UNIT_TESTS +++ b/activerecord/RUNNING_UNIT_TESTS @@ -27,7 +27,10 @@ you can do so with: rake test_mysql TEST=test/cases/base_test.rb -That'll run the base suite using the MySQL-Ruby adapter. +That'll run the base suite using the MySQL-Ruby adapter. Some tests rely on the schema +being initialized - you can initialize the schema with: + + rake test_mysql TEST=test/cases/aaa_create_tables_test.rb -- cgit v1.2.3