aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/RUNNING_UNIT_TESTS.rdoc
diff options
context:
space:
mode:
authorMarc Schütz <schuetzm@gmx.net>2013-08-28 10:21:51 +0200
committerMarc Schütz <schuetzm@gmx.net>2013-08-28 11:22:40 +0200
commitef9b29351b0ed6d81d3e0292321eb67bbc200817 (patch)
tree1b77fe026b2529fc3ce0eb2814014d0fdab7b294 /activerecord/RUNNING_UNIT_TESTS.rdoc
parent59391eb90ca65fcc85ae0422a835a212af2a63ac (diff)
downloadrails-ef9b29351b0ed6d81d3e0292321eb67bbc200817.tar.gz
rails-ef9b29351b0ed6d81d3e0292321eb67bbc200817.tar.bz2
rails-ef9b29351b0ed6d81d3e0292321eb67bbc200817.zip
Mention the fast `test_sqlite3_mem` option in `RUNNING_UNIT_TESTS.rdoc` [ci skip]
Diffstat (limited to 'activerecord/RUNNING_UNIT_TESTS.rdoc')
-rw-r--r--activerecord/RUNNING_UNIT_TESTS.rdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/RUNNING_UNIT_TESTS.rdoc b/activerecord/RUNNING_UNIT_TESTS.rdoc
index c3ee34da55..ca1f2fd665 100644
--- a/activerecord/RUNNING_UNIT_TESTS.rdoc
+++ b/activerecord/RUNNING_UNIT_TESTS.rdoc
@@ -24,6 +24,7 @@ Simply executing <tt>bundle exec rake test</tt> is equivalent to the following:
$ bundle exec rake test_mysql2
$ bundle exec rake test_postgresql
$ bundle exec rake test_sqlite3
+ $ bundle exec rake test_sqlite3_mem
There should be tests available for each database backend listed in the {Config
File}[rdoc-label:label-Config+File]. (the exact set of available tests is