aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/integration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-1/+1
* Switched integration test runner to use Rack processor instead of CGIJoshua Peek2008-08-201-1/+1
* Improve test coverage for integration tests cookie headerJoshua Peek2008-08-201-1/+4
* Test coverage for integration testing with parametersJoshua Peek2008-08-191-0/+32
* Delegate xhr helper method to integration sessionJoshua Peek2008-08-191-1/+18
* More integration test coverageJoshua Peek2008-08-171-3/+29
* Improved test coverage for integration test's apiJoshua Peek2008-06-171-5/+88
* use stubbing instead of monkeypatching to stop tests from interfering ...Michael Koziarski2008-02-191-14/+13
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-2/+1
* Integration tests use ActionController::Dispatcher rather than the old Dispat...Jeremy Kemper2007-12-221-1/+0
* Added delete_via_redirect and put_via_redirect to integration testing (closes...David Heinemeier Hansson2007-12-171-11/+32
* Allow headers[Accept] to be set by hand when calling xml_http_request (closes...David Heinemeier Hansson2007-12-171-0/+9
* Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130.Jeremy Kemper2007-10-271-6/+6
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-1/+1
* Removed deprecated form of calling xml_http_request/xhr without the first arg...David Heinemeier Hansson2007-09-091-10/+0
* Take advantage of Mocha support for sequenced returns. Closes #8639 [Josh Peek]Jeremy Kemper2007-06-131-4/+2
* Integration tests: alias xhr to xml_http_request and add a request_method arg...Jeremy Kemper2007-05-211-4/+54
* Integration tests: introduce methods for other HTTP methods. Closes #6353.Jeremy Kemper2007-02-221-1/+38
* Wrap and skip tests using mocha.Jeremy Kemper2007-01-141-6/+2
* Integration tests: thoroughly test ActionController::Integration::Session. Cl...Jeremy Kemper2006-09-031-0/+154