aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "prevent minitest from printing a --seed run option"Xavier Noria2013-02-241-12/+2
* prevent minitest from printing a --seed run optionXavier Noria2013-02-241-2/+12
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-1/+10
* Inherit from MiniTest::Unit::TestCase instead of MiniTest::SpecRafael Mendonça França2012-12-311-8/+2
* Revert "minitest provides "it" and "describe""Rafael Mendonça França2012-12-311-19/+2
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* Revert "Merge pull request #4575 from carlosantoniodasilva/remove-test-pending"Carlos Antonio da Silva2012-11-181-0/+2
* Simplify code by taking advantage of latest mocha (v0.13.0).James Mead2012-11-121-3/+5
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-1/+2
* Remove ActiveRecord::Model consant from AS::TestCaseCarlos Antonio da Silva2012-10-261-1/+1
* ConstantLookup is not needed in every TestCase decendantAndy Lindeman2012-09-261-1/+0
* Tests tag the Rails log with the current test class and test caseJeremy Kemper2012-09-261-0/+2
* Create ActiveSupport::Testing::ConstantLookupMike Moore2012-09-241-0/+2
* deprecate `describe` without a block.Aaron Patterson2012-07-091-3/+16
* we still need `describe` as the implementation differs from minitestAaron Patterson2012-07-081-0/+2
* minitest provides "it" and "describe"Aaron Patterson2012-07-081-2/+4
* minitest is a gem dep, so remove this conditionalAaron Patterson2012-07-081-6/+0
* activesupport gem dependencies should reflect the versions we actually useAaron Patterson2012-07-041-0/+1
* hook mocha in through m/t before_setup, after_teardown hooksAaron Patterson2012-07-031-1/+3
* add documentation to AS::TestCase#assert_nothing_raisedFrancesco Rodriguez2012-06-191-0/+5
* MiniTest::Spec shipped with Ruby >= 1.9.3 always responds_to __name__Akira Matsuda2012-06-061-2/+1
* Remove ActiveSupport::TestCase#pending, use `skip` insteadCarlos Antonio da Silva2012-01-211-2/+0
* spec class names can possibly be nil in mt/s < 2.6.1, so work around thatAaron Patterson2012-01-061-0/+6
* register spec subclasses for people who specAaron Patterson2012-01-061-1/+7
* require minitest rather than test/unitAaron Patterson2012-01-061-1/+1
* backport assert_not_sameAaron Patterson2012-01-061-0/+1
* require test/unit and sort test orderAaron Patterson2012-01-061-0/+6
* started converting AS::TestCase to minitestAaron Patterson2012-01-061-2/+12
* MiniTest condition removedVishnu Atrai2011-12-311-9/+3
* Moved Turn activation/dependency to railtiesDavid Heinemeier Hansson2011-03-311-1/+0
* Add using Turn with natural language test case names if the library is availa...David Heinemeier Hansson2011-03-311-17/+2
* require turn only for minitestDavid Heinemeier Hansson2011-03-311-2/+6
* Use Turn to format all Rails tests and enable the natural language case namesDavid Heinemeier Hansson2011-03-311-0/+5
* removing AS::Testing::Default in favor of just undefing default_testAaron Patterson2010-10-011-2/+1
* fixing activemodel tests. [#4210 state:resolved]Aaron Patterson2010-03-171-0/+1
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-1/+1
* Add backtrace cleaner on test unit railtie.José Valim2010-02-071-6/+0
* Move AS vendor support into bundler.Joshua Peek2009-09-131-1/+0
* Ruby 1.9.2 compat: name method was renamed to __name__ since MiniTest 1.4.x [...Akira Matsuda2009-07-211-1/+2
* Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s...Yehuda Katz + Carl Lerche2009-07-011-9/+9
* Created AS::Testing::Isolation which runs each test case in a separate process.Yehuda Katz + Carl Lerche2009-06-301-0/+1
* Got controller/mime_responds_test.rb running on the new baseYehuda Katz + Carl Lerche2009-05-201-0/+5
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-1/+1
|\
| * Skip backtrace filters if BACKTRACE environment variable is setJeremy Kemper2009-03-031-1/+1
* | Add support for pendingYehuda Katz2009-02-021-0/+2
|/
* MiniTest::Unit#method_name alias for Test::Unit compatJeremy Kemper2008-11-261-0/+1
* Require Mocha >= 0.9.3 which includes a MiniTest adapterJeremy Kemper2008-11-231-11/+7
* Move deprecation assertions so TestCase (and Mocha) needn't load on startupJeremy Kemper2008-11-231-0/+2
* Get ActiveSupport::TestCase working with classic Test::Unit and MiniTest. Fix...Jeremy Kemper2008-11-221-31/+25