Commit 5075f15df7eee475218293f097bd3739c4225b6c

Authored by Antonio Terceiro
1 parent 125e4135

ActionItem1240: adding sample configuration for cucumber

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
config/database.yml.sqlite3
... ... @@ -11,4 +11,5 @@ production:
11 11 database: db/production.db
12 12  
13 13 cucumber:
14   - <<: *TEST
  14 + adapter: sqlite3
  15 + database: db/test.db
... ...