aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/date_time_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move tests to casesJeremy Kemper2008-01-181-37/+0
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-1/+1
* Anchor DateTimeTest to fixed DateTime instead of a variable value based on Ti...Geoff Buesing2007-12-071-3/+5
* Make date tests pass on 64-bit (closes #9121) [mutru]David Heinemeier Hansson2007-09-221-1/+1
* Workaround test isolation failure with Task.attr_protected :starting.Jeremy Kemper2007-05-291-1/+5
* Test that DateTime are quoted as DateTime not Date. Closes #8364 [chas]Jeremy Kemper2007-05-281-0/+31