aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/setup_and_teardown.rb
Commit message (Expand)AuthorAgeFilesLines
* Get ActiveSupport::TestCase working with classic Test::Unit and MiniTest. Fix...Jeremy Kemper2008-11-221-75/+37
* Mocha 0.9.0 compatibility for test setup/teardown callbacksJeremy Kemper2008-11-201-4/+6
* Require callbacks so AS::TestCase may be required in isolationJeremy Kemper2008-11-151-0/+2
* Rework testing extensions to reflect the recent miniunit upheavalJeremy Kemper2008-11-071-14/+14
* Undefine old run methodJoshua Peek2008-07-191-0/+3
* Rubinious: setup/teardown override for miniunitJeremy Kemper2008-06-101-7/+31
* Workaround missing Test::Unit::TestCase::PASSTHROUGH_EXCEPTIONS in Ruby < 1.8...Jeremy Kemper2008-05-191-2/+10
* Extract ActiveSupport::Callbacks from Active Record, test case setup and tear...Jeremy Kemper2008-01-191-46/+4
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-0/+127