spec/dummy/config/database.yml in garage-doorkeeper-1.0.0 vs spec/dummy/config/database.yml in garage-doorkeeper-2.0.0

- old
+ new

@@ -9,11 +9,11 @@ # And be sure to use new-style password hashing: # http://dev.mysql.com/doc/refman/5.0/en/old-client.html development: adapter: mysql2 encoding: utf8 - database: garage_dummy_development + database: garage_doorkeeper_dummy_development pool: 5 username: root password: host: localhost @@ -21,19 +21,19 @@ # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: adapter: mysql2 encoding: utf8 - database: garage_dummy_test + database: garage_doorkeeper_dummy_test pool: 5 username: root password: host: localhost production: adapter: mysql2 encoding: utf8 - database: garage_dummy_production + database: garage_doorkeeper_dummy_production pool: 5 username: root password: host: localhost