aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added test/do declaration style testing to ActiveSupport::TestCase [DHH via J...David Heinemeier Hansson2008-06-121-1/+9
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-2/+10
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-0/+5