aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/RUNNING_UNIT_TESTS
diff options
context:
space:
mode:
authorgenlinux <genlinuxworks@gmail.com>2011-02-17 22:40:58 +0530
committergenlinux <genlinuxworks@gmail.com>2011-02-17 22:40:58 +0530
commit23a5be74ced0e045bbb58b11b2428d948690dfed (patch)
tree068d9b3fb359c7608d3a9c847807a8e780d7b63c /activerecord/RUNNING_UNIT_TESTS
parent017012b43ac80a79b99afbe35e1d9e7f73e62ee9 (diff)
downloadrails-23a5be74ced0e045bbb58b11b2428d948690dfed.tar.gz
rails-23a5be74ced0e045bbb58b11b2428d948690dfed.tar.bz2
rails-23a5be74ced0e045bbb58b11b2428d948690dfed.zip
commas to set off expressions that interrupt sentence flow
Diffstat (limited to 'activerecord/RUNNING_UNIT_TESTS')
-rw-r--r--activerecord/RUNNING_UNIT_TESTS6
1 files changed, 3 insertions, 3 deletions
diff --git a/activerecord/RUNNING_UNIT_TESTS b/activerecord/RUNNING_UNIT_TESTS
index 18e3936d8a..b3d376772e 100644
--- a/activerecord/RUNNING_UNIT_TESTS
+++ b/activerecord/RUNNING_UNIT_TESTS
@@ -1,8 +1,8 @@
== Creating the test database
The default names for the test databases are "activerecord_unittest" and
-"activerecord_unittest2". If you want to use another database name then be sure
-to update the connection adapter setups you want to test with in
+"activerecord_unittest2". If you want to use another database name, then be sure
+to update the connection adapter setups you want to test within
test/connections/<your database>/connection.rb.
When you have the database online, you can import the fixture tables with
the test/schema/*.sql files.
@@ -32,7 +32,7 @@ being initialized - you can initialize the schema with:
rake test_mysql TEST=test/cases/aaa_create_tables_test.rb
rake mysql:build_databases
-
+
To setup the testing environment for PostgreSQL use this command:
rake postgresql:build_databases