Use mysql for all databases in the template file

Sqlite is not in the Gemfile so it makes no sense to have it in the
database.yml.tmpl file.
This commit is contained in:
Matt Rogers 2012-10-09 12:22:07 -05:00
parent b36f36190c
commit f81905cbb5

View file

@ -31,8 +31,10 @@ production:
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test: &TEST
adapter: sqlite3
database: ":memory:"
adapter: mysql2
database: tracks_test
username: root
encoding: utf8
cucumber:
<<: *TEST