aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-221-2/+8
* Fix compatibility with Ruby 1.8 that also has the Miniunit gem installed.Hongli Lai (Phusion)2008-11-171-3/+7
* Set AS::TestCase::Assertion to the underlying test exception for either miniu...Jeremy Kemper2008-11-071-1/+4
* Safer but hacky minitest autorun overrideJeremy Kemper2008-11-071-4/+5
* Rework testing extensions to reflect the recent miniunit upheavalJeremy Kemper2008-11-071-20/+24
* Remove direct TestCase mixins. Add miniunit compatibility.Jeremy Kemper2008-11-071-3/+7
* Enhance the test "some string" method to support creating 'pending' tests.Michael Koziarski2008-09-161-1/+7
* Move test related core_ext stuff out of regular core ext to prevent nasty sur...Michael Koziarski2008-07-041-5/+1
* Ruby 1.9 compat: instance_methods are symbols instead of strings. Use the qui...Jeremy Kemper2008-06-121-5/+6