1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Mention the fast test_sqlite3_mem option in RUNNING_UNIT_TESTS.rdoc [ci skip]

This commit is contained in:
Marc Schütz 2013-08-28 10:21:51 +02:00
parent 59391eb90c
commit ef9b29351b

View file

@ -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