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
1 changed files with 4 additions and 0 deletions

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.