diff options
author | Michael Koziarski <michael@koziarski.com> | 2007-10-15 06:48:27 +0000 |
---|---|---|
committer | Michael Koziarski <michael@koziarski.com> | 2007-10-15 06:48:27 +0000 |
commit | 347b911a74b023a9a3babd0f55bddc05ce931bdf (patch) | |
tree | b660d1634e11f2154d94f1864823b3dcf1452e93 /activerecord | |
parent | 0d0fd2142b77cb212f8b4138026b2f44ec77db4e (diff) | |
download | rails-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')
-rw-r--r-- | activerecord/RUNNING_UNIT_TESTS | 11 |
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 |