Add the test database definition back

It's needed for the tests and should have never been removed in the
first place.
This commit is contained in:
Matt Rogers 2018-05-25 22:07:09 -05:00
parent 44117e73d8
commit d3a3dde421
No known key found for this signature in database
GPG key ID: 605D017C07EB4316

View file

@ -8,6 +8,16 @@ development:
username: root
password:
test:
adapter: mysql2
database: tracks_test
# set this if you are storing utf8 in your mysql database to handle strings
# like "Réné". Not needed for sqlite. For PostgreSQL use encoding: unicode
# encoding: utf8
host: db
username: root
password:
# Production config is disabled by default
#
# production: