Commit aac11a508f14dc67dc01755efbd1c09f9fd3d7a8

Authored by Dhruv Kapadia
1 parent 3112aacb

Using mysql db for test environment

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/database.yml
... ... @@ -9,7 +9,7 @@ development: &default
9 9  
10 10 test: &test
11 11 <<: *default
12   - database: db/test.sqlite3
  12 + database: pairwise_test
13 13  
14 14 cucumber:
15 15 <<: *test
... ...