aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/money_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* pg test, extract network address type tests into separate file.Yves Senn2014-05-221-1/+1
|
* pg, extract money tests into separate file.Yves Senn2014-05-211-0/+54
- Added assertions about the column. Specifically scale. - Move record insertion from setup into test method.