Commit 6bc6b7e80f5611ba3d8deddf6c00d266715e70e7

Authored by Dan Croak
1 parent 9a1f3741

use test database for cucumber

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
config/database.yml
@@ -7,11 +7,10 @@ development: &default @@ -7,11 +7,10 @@ development: &default
7 pool: 5 7 pool: 5
8 timeout: 5000 8 timeout: 5000
9 9
10 -test: 10 +test: &test
11 <<: *default 11 <<: *default
12 database: db/test.sqlite3 12 database: db/test.sqlite3
13 13
14 cucumber: 14 cucumber:
15 - <<: *default  
16 - database: db/cucumber.sqlite3 15 + <<: *test
17 16