aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/test_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make sure default_test is tested for ActiveSupport::TestCase tooMichael Koziarski2007-10-261-3/+5
* Make Default Test work with both ruby 1.8.4 and 1.8.6. [DrMark] Closes #10003Michael Koziarski2007-10-261-0/+6
* 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