Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark Test::Unit#assert_difference incompatibility with Ruby 2 due to Proc#bin... | Jeremy Kemper | 2007-09-29 | 1 | -32/+35 |
* | Enhance assert_difference to accept arrays of strings which are then evaled | Tobias Lütke | 2007-06-01 | 1 | -0/+6 |
* | Silence some warnings. | Jeremy Kemper | 2007-05-18 | 1 | -2/+2 |
* | Evaluate expression for assert_difference in the scope of the block | Marcel Molina | 2007-05-08 | 1 | -0/+7 |
* | Simplify API of assert_difference by passing in an expression that is evaluat... | Marcel Molina | 2007-05-08 | 1 | -16/+31 |
* | Added assert_difference and assert_no_difference to test/unit assertions | Tobias Lütke | 2007-05-01 | 1 | -0/+34 |