aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-08-28 04:17:17 -0700
committerYves Senn <yves.senn@gmail.com>2013-08-28 04:17:17 -0700
commit6524a85fa5d34622c74de43ee1264f55d19910ff (patch)
tree1b77fe026b2529fc3ce0eb2814014d0fdab7b294
parent59391eb90ca65fcc85ae0422a835a212af2a63ac (diff)
parentef9b29351b0ed6d81d3e0292321eb67bbc200817 (diff)
downloadrails-6524a85fa5d34622c74de43ee1264f55d19910ff.tar.gz
rails-6524a85fa5d34622c74de43ee1264f55d19910ff.tar.bz2
rails-6524a85fa5d34622c74de43ee1264f55d19910ff.zip
Merge pull request #12053 from schuetzm/doc_sqlite3_mem
Mention the fast `test_sqlite3_mem` option in `RUNNING_UNIT_TESTS.rdoc` [ci skip]
-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