aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/setup_and_teardown.rb
Commit message (Expand)AuthorAgeFilesLines
* `SetupAndTeardown` has few caveats that breaks libraries:Edouard CHIN2018-04-271-9/+5
* `SetupAndTeardown#teardown` should call any subsequent after_teardown:Edouard CHIN2018-04-061-1/+8
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
* add documentation for `ActiveSupport::Testing::SetupAndTeardown`.Yves Senn2013-06-191-2/+17
* Kill not used constant since removal of runner methodCarlos Antonio da Silva2012-07-031-9/+0
* remove the runner method copied from minitestAaron Patterson2012-07-031-20/+7
* Avoid dependency on MiniTest::Unit::TestCase::PASSTHROUGH_EXCEPTIONS.James Mead2012-05-291-2/+10
* Exceptions like Interrupt should not be rescued.James Mead2012-05-281-0/+4
* just mix the run method in for minitestAaron Patterson2012-01-061-14/+11
* remove ForClassicTestUnit support for ruby 1.8Vishnu Atrai2011-12-261-64/+1
* Use run_callbacks; the generated _run_<name>_callbacks method is not a public...John Firebaugh2011-01-311-4/+4
* Removes unused varsSantiago Pastorino2010-07-241-1/+1
* Missing requires addedSantiago Pastorino2010-04-201-0/+3
* Setup and teardown now use new callbacks.José Valim2009-12-301-27/+46
* Ruby 1.9: use method_name to work around miniunit API changesJeremy Kemper2009-11-081-2/+2
* Revert "Get AS TestCase off deprecated callbacks"Jeremy Kemper2009-10-141-13/+1
* Revert "Rewrite AS::TestCase setup/teardown as a single callback chain"Jeremy Kemper2009-10-141-30/+27
* Revert "Missing requires"Jeremy Kemper2009-10-141-1/+0
* Missing requiresMichael Koziarski2009-10-151-0/+1
* Rewrite AS::TestCase setup/teardown as a single callback chainJoshua Peek2009-10-121-27/+30
* Get AS TestCase off deprecated callbacksJoshua Peek2009-10-121-1/+13
* Callbacks, DeprecatedCallbacks = NewCallbacks, CallbacksJoshua Peek2009-10-121-4/+2
* 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