From 39814fcce0b429eb06654600e4669f1405ffa7d9 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 21 Jan 2008 17:20:51 +0000 Subject: Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8681 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/RUNNING_UNIT_TESTS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord/RUNNING_UNIT_TESTS') diff --git a/activerecord/RUNNING_UNIT_TESTS b/activerecord/RUNNING_UNIT_TESTS index cbf702d6d1..e56250e9b4 100644 --- a/activerecord/RUNNING_UNIT_TESTS +++ b/activerecord/RUNNING_UNIT_TESTS @@ -5,7 +5,7 @@ The default names for the test databases are "activerecord_unittest" and to update the connection adapter setups you want to test with in test/connections//connection.rb. When you have the database online, you can import the fixture tables with -the test/fixtures/db_definitions/*.sql files. +the test/schema/*.sql files. Make sure that you create database objects with the same user that you specified in connection.rb otherwise (on Postgres, at least) tests for default values will fail. @@ -22,7 +22,7 @@ Rake can be found at http://rake.rubyforge.org == Running by hand -Unit tests are located in test directory. If you only want to run a single test suite, +Unit tests are located in test/cases directory. If you only want to run a single test suite, you can do so with: rake test_mysql TEST=base_test.rb -- cgit v1.2.3