aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/test_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Mark Test::Unit#assert_difference incompatibility with Ruby 2 due to Proc#bin...Jeremy Kemper2007-09-291-32/+35
* Enhance assert_difference to accept arrays of strings which are then evaledTobias Lütke2007-06-011-0/+6
* Silence some warnings.Jeremy Kemper2007-05-181-2/+2
* Evaluate expression for assert_difference in the scope of the blockMarcel Molina2007-05-081-0/+7
* Simplify API of assert_difference by passing in an expression that is evaluat...Marcel Molina2007-05-081-16/+31
* Added assert_difference and assert_no_difference to test/unit assertionsTobias Lütke2007-05-011-0/+34