aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/type/unsigned_integer_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Moved database-specific ActiveModel types into ActiveRecordIain Beeston2016-10-141-18/+0
| | | | ie. DecimalWithoutScale, Text and UnsignedInteger
* Check for the right exceptionRafael Mendonça França2016-05-031-1/+1
|
* Move the appropriate type tests to the Active Model suiteSean Griffin2015-09-211-0/+18
Any tests for a type which is not overridden by Active Record, and does not test the specifics of the attributes API interacting in more complex ways have no reason to be in the Active Record suite. Doing this revealed that the implementation of the date and time types in AM was actually completely broken, and incapable of returning any value other than `nil`.