From d3a3dde4215b1a49bc93e2cafed0b91f5e2ad480 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Fri, 25 May 2018 22:07:09 -0500 Subject: [PATCH] Add the test database definition back It's needed for the tests and should have never been removed in the first place. --- config/database.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/database.yml b/config/database.yml index 7470d4e0..757be5fe 100644 --- a/config/database.yml +++ b/config/database.yml @@ -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: