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