test/fixtures/example_application/config/database.yml in spontaneous-0.2.0.alpha2 vs test/fixtures/example_application/config/database.yml in spontaneous-0.2.0.alpha3
- old
+ new
@@ -1,11 +1,11 @@
---
:development: &defaults
- :adapter: mysql2
+ :adapter: postgres
:database: spontaneous2_test
- :user: root
- :password:
- :host: localhost
+ # :user: root
+ # :password:
+ # :host: localhost
:gem:
<<: *defaults
:test: