aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/setup_and_teardown.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove stray checks for Rspec in the testing setup.Carl Lerche2009-06-301-2/+0
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-2/+7
|\
| * The latest trunk of Mocha > 0.9.5 which addresses issue with MiniUnit compati...Ken Collins2009-03-101-1/+6
| * Tightening the condition for including ActiveSupport::Testing::SetupAndTeardo...Matthias Hennemeyer2009-02-061-1/+1
* | Revert rspec-runner change. TODO: Add back support for the rspec T::U runner.Carl Lerche & Yehuda Katz2009-04-091-11/+5
* | Changes necessary to run the T::U tests with the rspec runnerYehuda Katz and Carl Lerche2009-04-061-2/+10
|/
* 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