mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
removed leading : from database.yml file. dbfile has been updated to database in database.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user