aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/test_test.rb
Commit message (Expand)AuthorAgeFilesLines
* removing AS::Testing::Default in favor of just undefing default_testAaron Patterson2010-10-011-7/+0
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-10/+10
* Removes unused varsSantiago Pastorino2010-07-241-1/+1
* avoid method redefined; discarding old empty? warning [#4302 state:committed]Santiago Pastorino2010-03-301-8/+0
* New assertion: assert_present [#4299 state:committed]Juanjo Bazan2010-03-301-1/+21
* new assertion: assert_blankJuanjo Bazan2010-03-301-0/+28
* Setup and teardown now use new callbacks.José Valim2009-12-301-4/+5
* Revert "Get AS TestCase off deprecated callbacks"Jeremy Kemper2009-10-141-0/+52
* Get AS TestCase off deprecated callbacksJoshua Peek2009-10-121-54/+2
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* Include failed difference expression in assert messageJeremy Kemper2009-02-061-2/+5
* Ruby 1.9 compat: don't use defined? on complex expressionsJeremy Kemper2008-11-221-1/+1
* Just rescue exception rather than checking for both miniunit and test/unitJeremy Kemper2008-11-071-7/+2
* Rework testing extensions to reflect the recent miniunit upheavalJeremy Kemper2008-11-071-2/+8
* Remove direct TestCase mixins. Add miniunit compatibility.Jeremy Kemper2008-11-071-2/+2
* Fix mismatched assertions.Michael Koziarski2008-10-041-2/+2
* added nicer failure reporting to #assert_difference to tell you the expressio...madlep2008-10-031-0/+18
* Add empty setup and teardown methods to rule out default setup behavior in ba...Jeremy Kemper2008-06-091-0/+6
* Extract ActiveSupport::Callbacks from Active Record, test case setup and tear...Jeremy Kemper2008-01-191-4/+4
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-0/+46
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+2
* Make sure default_test is tested for ActiveSupport::TestCase tooMichael Koziarski2007-10-261-3/+5
* Make Default Test work with both ruby 1.8.4 and 1.8.6. [DrMark] Closes #10003Michael Koziarski2007-10-261-0/+6
* Mark Test::Unit#assert_difference incompatibility with Ruby 2 due to Proc#bin...Jeremy Kemper2007-09-291-32/+35
* Enhance assert_difference to accept arrays of strings which are then evaledTobias Lütke2007-06-011-0/+6
* Silence some warnings.Jeremy Kemper2007-05-181-2/+2
* Evaluate expression for assert_difference in the scope of the blockMarcel Molina2007-05-081-0/+7
* Simplify API of assert_difference by passing in an expression that is evaluat...Marcel Molina2007-05-081-16/+31
* Added assert_difference and assert_no_difference to test/unit assertionsTobias Lütke2007-05-011-0/+34