Skip to content

Commit

Permalink
Merge pull request #332 from coopdevs/fix/test-db-config
Browse files Browse the repository at this point in the history
fix test db config
  • Loading branch information
enricostano authored Mar 14, 2018
2 parents 49410a0 + 7f498c1 commit 881b531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ development:

test:
<<: *defaults
database: <%= ENV.fetch('DATABASE_NAME', 'timeoverflow_test') %>
host: localhost
database: 'timeoverflow_test'

staging:
<<: *defaults
Expand Down

0 comments on commit 881b531

Please sign in to comment.