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:
parent
59391eb90c
commit
ef9b29351b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue