aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/RUNNING_UNIT_TESTS
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 23:52:40 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 23:52:40 +0000
commit9a929b67ebff58f096e16ad7f0e31ffd6f48a8ff (patch)
treed9db011b3e87904ee65d627efc609e0508307944 /activerecord/RUNNING_UNIT_TESTS
parent4eab3758056132a73c614a9a6c090cb3e5f9e3e3 (diff)
downloadrails-9a929b67ebff58f096e16ad7f0e31ffd6f48a8ff.tar.gz
rails-9a929b67ebff58f096e16ad7f0e31ffd6f48a8ff.tar.bz2
rails-9a929b67ebff58f096e16ad7f0e31ffd6f48a8ff.zip
Finished polishing API docs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@774 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/RUNNING_UNIT_TESTS')
-rw-r--r--activerecord/RUNNING_UNIT_TESTS3
1 files changed, 1 insertions, 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