mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
3cf6d8291d
Without this, the PostgreSQLAdapter truncate_tables method would be called and go kerblooie cuz t'ain't no PostgreSQL database in play.
12 lines
144 B
Text
12 lines
144 B
Text
*.sw?
|
|
.DS_Store
|
|
coverage
|
|
pkg
|
|
.bundle
|
|
bundled_gems/
|
|
vendor/
|
|
examples/db/*.db
|
|
examples/config/database.yml
|
|
db/config.yml
|
|
db/test.sqlite3
|
|
.vagrant
|