| Commit message (Expand) | Author | Age | Files | Lines |
* | [Active Support] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -2/+2 |
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
* | [Active Support] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -2/+2 |
* | applies new string literal convention in activesupport/lib | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | add documentation for `ActiveSupport::Testing::SetupAndTeardown`. | Yves Senn | 2013-06-19 | 1 | -2/+17 |
* | Kill not used constant since removal of runner method | Carlos Antonio da Silva | 2012-07-03 | 1 | -9/+0 |
* | remove the runner method copied from minitest | Aaron Patterson | 2012-07-03 | 1 | -20/+7 |
* | Avoid dependency on MiniTest::Unit::TestCase::PASSTHROUGH_EXCEPTIONS. | James Mead | 2012-05-29 | 1 | -2/+10 |
* | Exceptions like Interrupt should not be rescued. | James Mead | 2012-05-28 | 1 | -0/+4 |
* | just mix the run method in for minitest | Aaron Patterson | 2012-01-06 | 1 | -14/+11 |
* | remove ForClassicTestUnit support for ruby 1.8 | Vishnu Atrai | 2011-12-26 | 1 | -64/+1 |
* | Use run_callbacks; the generated _run_<name>_callbacks method is not a public... | John Firebaugh | 2011-01-31 | 1 | -4/+4 |
* | Removes unused vars | Santiago Pastorino | 2010-07-24 | 1 | -1/+1 |
* | Missing requires added | Santiago Pastorino | 2010-04-20 | 1 | -0/+3 |
* | Setup and teardown now use new callbacks. | José Valim | 2009-12-30 | 1 | -27/+46 |
* | Ruby 1.9: use method_name to work around miniunit API changes | Jeremy Kemper | 2009-11-08 | 1 | -2/+2 |
* | Revert "Get AS TestCase off deprecated callbacks" | Jeremy Kemper | 2009-10-14 | 1 | -13/+1 |
* | Revert "Rewrite AS::TestCase setup/teardown as a single callback chain" | Jeremy Kemper | 2009-10-14 | 1 | -30/+27 |
* | Revert "Missing requires" | Jeremy Kemper | 2009-10-14 | 1 | -1/+0 |
* | Missing requires | Michael Koziarski | 2009-10-15 | 1 | -0/+1 |
* | Rewrite AS::TestCase setup/teardown as a single callback chain | Joshua Peek | 2009-10-12 | 1 | -27/+30 |
* | Get AS TestCase off deprecated callbacks | Joshua Peek | 2009-10-12 | 1 | -1/+13 |
* | Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks | Joshua Peek | 2009-10-12 | 1 | -4/+2 |
* | Remove stray checks for Rspec in the testing setup. | Carl Lerche | 2009-06-30 | 1 | -2/+0 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -2/+7 |
|\ |
|
| * | The latest trunk of Mocha > 0.9.5 which addresses issue with MiniUnit compati... | Ken Collins | 2009-03-10 | 1 | -1/+6 |
| * | Tightening the condition for including ActiveSupport::Testing::SetupAndTeardo... | Matthias Hennemeyer | 2009-02-06 | 1 | -1/+1 |
* | | Revert rspec-runner change. TODO: Add back support for the rspec T::U runner. | Carl Lerche & Yehuda Katz | 2009-04-09 | 1 | -11/+5 |
* | | Changes necessary to run the T::U tests with the rspec runner | Yehuda Katz and Carl Lerche | 2009-04-06 | 1 | -2/+10 |
|/ |
|
* | Get ActiveSupport::TestCase working with classic Test::Unit and MiniTest. Fix... | Jeremy Kemper | 2008-11-22 | 1 | -75/+37 |
* | Mocha 0.9.0 compatibility for test setup/teardown callbacks | Jeremy Kemper | 2008-11-20 | 1 | -4/+6 |
* | Require callbacks so AS::TestCase may be required in isolation | Jeremy Kemper | 2008-11-15 | 1 | -0/+2 |
* | Rework testing extensions to reflect the recent miniunit upheaval | Jeremy Kemper | 2008-11-07 | 1 | -14/+14 |
* | Undefine old run method | Joshua Peek | 2008-07-19 | 1 | -0/+3 |
* | Rubinious: setup/teardown override for miniunit | Jeremy Kemper | 2008-06-10 | 1 | -7/+31 |
* | Workaround missing Test::Unit::TestCase::PASSTHROUGH_EXCEPTIONS in Ruby < 1.8... | Jeremy Kemper | 2008-05-19 | 1 | -2/+10 |
* | Extract ActiveSupport::Callbacks from Active Record, test case setup and tear... | Jeremy Kemper | 2008-01-19 | 1 | -46/+4 |
* | * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos... | Jeremy Kemper | 2008-01-05 | 1 | -0/+127 |