From 446495cf3db3ea91c2dc7b3033ff2be19c07a519 Mon Sep 17 00:00:00 2001 From: Mauricio Giacomini Girardello <mauriciogiacomini4@gmail.com> Date: Fri, 31 Jul 2015 20:22:10 -0300 Subject: [PATCH] change sqlite test database path --- config/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml b/config/database.yml index 294abdbbc..d02ebb8f8 100644 --- a/config/database.yml +++ b/config/database.yml @@ -59,7 +59,7 @@ development: &development # Do not set this db to the same as development or production. test: <<: *development - database: test.sqlite3 + database: db/test.sqlite3 # As with config/secrets.yml, you never want to store sensitive information, # like your database password, in your source code. If your source code is -- GitLab