aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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