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:
parent
1b2b5a7055
commit
8a045e3c82
1 changed files with 2 additions and 2 deletions
|
@ -129,11 +129,11 @@ h4. Test Setup
|
||||||
|
|
||||||
sqlite:
|
sqlite:
|
||||||
:adapter: sqlite
|
:adapter: sqlite
|
||||||
:dbfile: vendor/plugins/yaffle/test/yaffle_plugin.sqlite.db
|
:database: vendor/plugins/yaffle/test/yaffle_plugin.sqlite.db
|
||||||
|
|
||||||
sqlite3:
|
sqlite3:
|
||||||
:adapter: sqlite3
|
:adapter: sqlite3
|
||||||
:dbfile: vendor/plugins/yaffle/test/yaffle_plugin.sqlite3.db
|
:database: vendor/plugins/yaffle/test/yaffle_plugin.sqlite3.db
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
:adapter: postgresql
|
:adapter: postgresql
|
||||||
|
|
Loading…
Reference in a new issue