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