1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

removed leading : from database.yml file. dbfile has been updated to database in database.yml

This commit is contained in:
Andrew Ferk 2010-09-18 09:37:54 -05:00
parent 1b2b5a7055
commit 8a045e3c82

View file

@ -129,11 +129,11 @@ h4. Test Setup
sqlite:
:adapter: sqlite
:dbfile: vendor/plugins/yaffle/test/yaffle_plugin.sqlite.db
:database: vendor/plugins/yaffle/test/yaffle_plugin.sqlite.db
sqlite3:
:adapter: sqlite3
:dbfile: vendor/plugins/yaffle/test/yaffle_plugin.sqlite3.db
:database: vendor/plugins/yaffle/test/yaffle_plugin.sqlite3.db
postgresql:
:adapter: postgresql