aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/core_ext/test
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead testing core_extJeremy Kemper2009-02-061-72/+0
|
* added nicer failure reporting to #assert_difference to tell you the ↵madlep2008-10-031-4/+7
| | | | | | | expression that failed rather than just the expected and actual values Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1161 state:committed]
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ↵Jeremy Kemper2008-08-311-1/+5
| | | | | | | | | | but it has since been removed from 1.9. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> Conflicts: actionpack/test/controller/layout_test.rb
* Move test related core_ext stuff out of regular core ext to prevent nasty ↵Michael Koziarski2008-07-041-0/+65
surprises when you require active_support then use Test::Unit directly.