1
0
Fork 0
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:
yukihirop 2017-08-12 16:51:45 +09:00
parent 615998c4cb
commit c8a0eab9d0

View file

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