mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add document that you rake test single file by using DB(ex. postgresql) [ci skip]
This commit is contained in:
parent
615998c4cb
commit
c8a0eab9d0
1 changed files with 4 additions and 0 deletions
|
@ -43,5 +43,9 @@ You can override the +connections:+ parameter in either file using the +ARCONN+
|
|||
|
||||
$ ARCONN=postgresql bundle exec ruby -Itest test/cases/base_test.rb
|
||||
|
||||
Or
|
||||
|
||||
$ bundle exec rake test:postgresql TEST=test/cases/base_test.rb
|
||||
|
||||
You can specify a custom location for the config file using the +ARCONFIG+
|
||||
environment variable.
|
||||
|
|
Loading…
Reference in a new issue