aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/integration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* More integration testing tweaksJamis Buck2006-03-121-7/+22
* Make assertions in integration sessions proxy to the test instance (only for ...Jamis Buck2006-03-101-0/+3
* Move methods from TestResponse into a module, so they can be shared with resp...Jamis Buck2006-03-091-0/+5
* Integration test's url_for now runs in the context of the last request (if an...Tobias Lütke2006-03-081-10/+5
* make integration testing not interfere with command-line regex test filtersJamis Buck2006-03-071-2/+10
* Make IntegrationTest refer to superclass properties using copy-on-writeJamis Buck2006-03-071-0/+31
* more integration tweaksJamis Buck2006-03-071-8/+37
* A few minor tweaks to the integration testing stuffJamis Buck2006-03-071-1/+5
* Make TestProcess methods public for access via Integration::Session. Make ret...Jamis Buck2006-03-011-1/+7
* Add ActionController::IntegrationTest to allow high-level testing of the way ...Jamis Buck2006-02-281-0/+423