aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/verification_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Added :xhr => true/false option to verify so you can ensure that a request is...David Heinemeier Hansson2005-06-211-0/+34
* Support :render option to :verify #1440 [TobiasLuetke]Jamis Buck2005-06-141-1/+17
* verify with :redirect_to won't redirect if a redirect or render has already b...Jamis Buck2005-05-301-29/+44
* Added :method option to verify for ensuring that either GET, POST, etc is all...David Heinemeier Hansson2005-04-021-0/+21
* Added Verifications that allows you to specify preconditions to actions in fo...David Heinemeier Hansson2005-03-261-0/+137