aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow using named routes in ActionController::TestCase before any request has...Pratik Naik2008-03-081-2/+2
* Make the non inferrable controller message a little friendlier. [Koz]Michael Koziarski2008-01-301-1/+7
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-20/+12
* Ensure that test case setup is run even if overridden. Closes #10382.Jeremy Kemper2007-12-281-3/+16
* When a NonInferrableControllerError is raised, make the proposed fix clearer ...Marcel Molina2007-12-051-1/+1
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-0/+53