mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #12053 from schuetzm/doc_sqlite3_mem
Mention the fast `test_sqlite3_mem` option in `RUNNING_UNIT_TESTS.rdoc` [ci skip]
This commit is contained in:
commit
6524a85fa5
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