From 9a929b67ebff58f096e16ad7f0e31ffd6f48a8ff Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 23 Feb 2005 23:52:40 +0000 Subject: Finished polishing API docs git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@774 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/RUNNING_UNIT_TESTS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/activerecord/RUNNING_UNIT_TESTS b/activerecord/RUNNING_UNIT_TESTS index 393db82afb..cefb737278 100644 --- a/activerecord/RUNNING_UNIT_TESTS +++ b/activerecord/RUNNING_UNIT_TESTS @@ -8,8 +8,7 @@ When you have the database online, you can import the fixture tables with the test/fixtures/db_definitions/*.sql files. Make sure that you create database objects with the same user that you specified in i -connection.rb otherwise (on Postgres, at least) tests for default values will fail -(see http://dev.rubyonrails.org/trac.cgi/ticket/118) +connection.rb otherwise (on Postgres, at least) tests for default values will fail. == Running with Rake -- cgit v1.2.3