Skip to content

Commit

Permalink
Use in memory sqlite3 for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirSvrtan committed Oct 12, 2015
1 parent 4bd99fe commit 3b51b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ development:
# Do not set this db to the same as development or production.
test:
<<: *default
database: db/test.sqlite3
database: ":memory:"

production:
<<: *default
Expand Down

0 comments on commit 3b51b7b

Please sign in to comment.