Skip to content

Commit

Permalink
fix test db config
Browse files Browse the repository at this point in the history
  • Loading branch information
Morantron committed Mar 14, 2018
1 parent 49410a0 commit 7f498c1
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 7f498c1

Please sign in to comment.