aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/test/difference.rb
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-62/+0
* Mark Test::Unit#assert_difference incompatibility with Ruby 2 due to Proc#bin...Jeremy Kemper2007-09-291-1/+2
* Test::Unit#assert_difference Ruby 1.9 compatJeremy Kemper2007-09-291-2/+2
* assert_difference belongs in Assertions, not forced onto TestCase (closes #88...David Heinemeier Hansson2007-07-241-1/+1
* Allow for optional messages on assert_difference [nicwilliams] Closes #8928Tobias Lütke2007-07-091-4/+16
* Enhance assert_difference to accept arrays of strings which are then evaledTobias Lütke2007-06-011-6/+15
* Evaluate expression for assert_difference in the scope of the blockMarcel Molina2007-05-081-1/+1
* Fix typo and clarify code examples in documentation for assert_difference.Marcel Molina2007-05-081-8/+8
* Simplify API of assert_difference by passing in an expression that is evaluat...Marcel Molina2007-05-081-20/+31
* Added assert_difference and assert_no_difference to test/unit assertionsTobias Lütke2007-05-011-0/+29