templates/mysql_database.yml.erb in bootstrappers-0.0.4 vs templates/mysql_database.yml.erb in bootstrappers-0.0.5

- old
+ new

@@ -2,10 +2,10 @@ adapter: mysql2 encoding: utf8 database: <%= app_name %>_development host: localhost username: root - password: "123456" + password: "" test: &TEST <<: *default database: <%= app_name %>_test