spec/fixtures/integration/signonotron2_database.yml in gds-sso-0.5.0 vs spec/fixtures/integration/signonotron2_database.yml in gds-sso-0.5.1

- old
+ new

@@ -1,8 +1,5 @@ -test: - adapter: mysql2 - encoding: utf8 - reconnect: false - pool: 5 - username: signonotron2 - password: signonotron2 - database: signonotron2_integration_test +test: &test + adapter: sqlite3 + database: db/test.sqlite3 + pool: 5 + timeout: 5000 \ No newline at end of file