spec/dummy/config/database.yml in switchman-1.0.0 vs spec/dummy/config/database.yml in switchman-1.1.0
- old
+ new
@@ -13,5 +13,15 @@
# Do not set this db to the same as development or production.
test:
adapter: postgresql
database: switchman_test
port: 15432
+
+testm:
+ adapter: mysql2
+ database: switchman_test
+ socket: /opt/boxen/data/mysql/socket
+ username: root
+
+tests:
+ adapter: sqlite3
+ database: db/switchman_test.sqlite3
\ No newline at end of file