test/connections/databases.yml in composite_primary_keys-5.0.14 vs test/connections/databases.yml in composite_primary_keys-6.0.0
- old
+ new
@@ -1,8 +1,17 @@
# To run tests:
# 1. Copy this file to test/connections/databases.yml.
# 2. Update to match the databases you want to test against.
-# 3. Build the database using rake <databasename>:build_database
+
+mysql:
+ adapter: mysql2
+ username: root
+ database: composite_primary_keys_unittest
+
+sqlite3:
+ adapter: sqlite3
+ database: db/composite_primary_keys_unittest.sqlite
+
postgresql:
adapter: postgresql
database: composite_primary_keys_unittest
username: postgres
host: localhost