Skip to content

Commit 881b531

Browse files
authored
Merge pull request #332 from coopdevs/fix/test-db-config
fix test db config
2 parents 49410a0 + 7f498c1 commit 881b531

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/database.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ development:
2323

2424
test:
2525
<<: *defaults
26-
database: <%= ENV.fetch('DATABASE_NAME', 'timeoverflow_test') %>
26+
host: localhost
27+
database: 'timeoverflow_test'
2728

2829
staging:
2930
<<: *defaults

0 commit comments

Comments
 (0)