| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed test names to match proper context | Wojciech Wnętrzak | 2012-09-28 | 1 | -2/+2 |
* | Tests tag the Rails log with the current test class and test case | Jeremy Kemper | 2012-09-26 | 1 | -0/+15 |
* | Proc always respond_to :binding | Akira Matsuda | 2012-06-12 | 1 | -43/+39 |
* | rescue the assertion exception | Aaron Patterson | 2012-01-06 | 1 | -13/+8 |
* | Removing extra requires from the test. Already loaded in abstract_unit. | Arun Agrawal | 2011-07-31 | 1 | -1/+0 |
* | remove warning: assigned but unused variable | Santiago Pastorino | 2011-06-08 | 1 | -1/+1 |
* | removing AS::Testing::Default in favor of just undefing default_test | Aaron Patterson | 2010-10-01 | 1 | -7/+0 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -10/+10 |
* | Removes unused vars | Santiago Pastorino | 2010-07-24 | 1 | -1/+1 |
* | avoid method redefined; discarding old empty? warning [#4302 state:committed] | Santiago Pastorino | 2010-03-30 | 1 | -8/+0 |
* | New assertion: assert_present [#4299 state:committed] | Juanjo Bazan | 2010-03-30 | 1 | -1/+21 |
* | new assertion: assert_blank | Juanjo Bazan | 2010-03-30 | 1 | -0/+28 |
* | Setup and teardown now use new callbacks. | José Valim | 2009-12-30 | 1 | -4/+5 |
* | Revert "Get AS TestCase off deprecated callbacks" | Jeremy Kemper | 2009-10-14 | 1 | -0/+52 |
* | Get AS TestCase off deprecated callbacks | Joshua Peek | 2009-10-12 | 1 | -54/+2 |
* | Fix dependencies revealed by testing in isolation | Jeremy Kemper | 2009-04-22 | 1 | -0/+1 |
* | Include failed difference expression in assert message | Jeremy Kemper | 2009-02-06 | 1 | -2/+5 |
* | Ruby 1.9 compat: don't use defined? on complex expressions | Jeremy Kemper | 2008-11-22 | 1 | -1/+1 |
* | Just rescue exception rather than checking for both miniunit and test/unit | Jeremy Kemper | 2008-11-07 | 1 | -7/+2 |
* | Rework testing extensions to reflect the recent miniunit upheaval | Jeremy Kemper | 2008-11-07 | 1 | -2/+8 |
* | Remove direct TestCase mixins. Add miniunit compatibility. | Jeremy Kemper | 2008-11-07 | 1 | -2/+2 |
* | Fix mismatched assertions. | Michael Koziarski | 2008-10-04 | 1 | -2/+2 |
* | added nicer failure reporting to #assert_difference to tell you the expressio... | madlep | 2008-10-03 | 1 | -0/+18 |
* | Add empty setup and teardown methods to rule out default setup behavior in ba... | Jeremy Kemper | 2008-06-09 | 1 | -0/+6 |
* | Extract ActiveSupport::Callbacks from Active Record, test case setup and tear... | Jeremy Kemper | 2008-01-19 | 1 | -4/+4 |
* | * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos... | Jeremy Kemper | 2008-01-05 | 1 | -0/+46 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+2 |
* | Make sure default_test is tested for ActiveSupport::TestCase too | Michael Koziarski | 2007-10-26 | 1 | -3/+5 |
* | Make Default Test work with both ruby 1.8.4 and 1.8.6. [DrMark] Closes #10003 | Michael Koziarski | 2007-10-26 | 1 | -0/+6 |
* | 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 |