aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/RUNNING_UNIT_TESTS
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-03-19 02:21:58 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-03-19 02:21:58 +0000
commit389a667664c3a574b900c2bf539413daa0be67f5 (patch)
treee438585d51456a3d08062004c28b3df147079333 /activerecord/RUNNING_UNIT_TESTS
parent0925c6b6a06dd9fb5599d24ec9c2f4e11282bc12 (diff)
downloadrails-389a667664c3a574b900c2bf539413daa0be67f5.tar.gz
rails-389a667664c3a574b900c2bf539413daa0be67f5.tar.bz2
rails-389a667664c3a574b900c2bf539413daa0be67f5.zip
Small pgsql fixes (closes #4083) [pergesu@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3965 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/RUNNING_UNIT_TESTS')
-rw-r--r--activerecord/RUNNING_UNIT_TESTS2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/RUNNING_UNIT_TESTS b/activerecord/RUNNING_UNIT_TESTS
index 2d47078c65..a995bf3bab 100644
--- a/activerecord/RUNNING_UNIT_TESTS
+++ b/activerecord/RUNNING_UNIT_TESTS
@@ -15,7 +15,7 @@ connection.rb otherwise (on Postgres, at least) tests for default values will fa
The easiest way to run the unit tests is through Rake. The default task runs
the entire test suite for all the adapters. You can also run the suite on just
one adapter by using the tasks test_mysql_ruby, test_ruby_mysql, test_sqlite,
-or test_postresql. For more information, checkout the full array of rake tasks with "rake -T"
+or test_postgresql. For more information, checkout the full array of rake tasks with "rake -T"
Rake can be found at http://rake.rubyforge.org