aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/RUNNING_UNIT_TESTS
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-10-15 06:48:27 +0000
committerMichael Koziarski <michael@koziarski.com>2007-10-15 06:48:27 +0000
commit347b911a74b023a9a3babd0f55bddc05ce931bdf (patch)
treeb660d1634e11f2154d94f1864823b3dcf1452e93 /activerecord/RUNNING_UNIT_TESTS
parent0d0fd2142b77cb212f8b4138026b2f44ec77db4e (diff)
downloadrails-347b911a74b023a9a3babd0f55bddc05ce931bdf.tar.gz
rails-347b911a74b023a9a3babd0f55bddc05ce931bdf.tar.bz2
rails-347b911a74b023a9a3babd0f55bddc05ce931bdf.zip
Remove seemingly misleading 'faster tests' instructions too
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7903 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/RUNNING_UNIT_TESTS')
-rw-r--r--activerecord/RUNNING_UNIT_TESTS11
1 files changed, 0 insertions, 11 deletions
diff --git a/activerecord/RUNNING_UNIT_TESTS b/activerecord/RUNNING_UNIT_TESTS
index 851fb356d7..cbf702d6d1 100644
--- a/activerecord/RUNNING_UNIT_TESTS
+++ b/activerecord/RUNNING_UNIT_TESTS
@@ -29,16 +29,5 @@ you can do so with:
That'll run the base suite using the MySQL-Ruby adapter.
-== Faster tests
-
-If you are using a database that supports transactions, you can set the
-"AR_TX_FIXTURES" environment variable to "yes" to use transactional fixtures.
-This gives a very large speed boost. With rake:
-
- rake AR_TX_FIXTURES=yes
-
-Or, by hand:
-
- AR_TX_FIXTURES=yes ruby -I connections/native_sqlite3 base_test.rb