aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/test/difference.rb
Commit message (Expand)AuthorAgeFilesLines
* 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