From 7f498c1a4f097f148c246aa04d0b10eab7fafc02 Mon Sep 17 00:00:00 2001 From: Jorge Morante Date: Wed, 14 Mar 2018 10:32:56 +0100 Subject: [PATCH] fix test db config --- config/database.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/database.yml b/config/database.yml index 5856d3b67..33d30b7d4 100644 --- a/config/database.yml +++ b/config/database.yml @@ -23,7 +23,8 @@ development: test: <<: *defaults - database: <%= ENV.fetch('DATABASE_NAME', 'timeoverflow_test') %> + host: localhost + database: 'timeoverflow_test' staging: <<: *defaults