aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/numbers_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add `force: true` to tables created in PG testsSean Griffin2014-12-051-1/+1
| | | | | | If the tests are interupted and the teardown block doesn't run, the developer needs to delete these manually in order to be able to run the tests again.
* tests, extract pg number tests into separate file.Yves Senn2014-12-021-0/+49