From c27b9db39fd1d86448572c06df2bd097debbfe10 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Wed, 5 Dec 2007 18:17:23 +0000 Subject: Add many examples to assertion documentation. Closes #7803 [jeremymcanally] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8300 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/assertions/response_assertions.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/lib/action_controller/assertions/response_assertions.rb') diff --git a/actionpack/lib/action_controller/assertions/response_assertions.rb b/actionpack/lib/action_controller/assertions/response_assertions.rb index 1ac0f234d4..42bd7fb3d2 100644 --- a/actionpack/lib/action_controller/assertions/response_assertions.rb +++ b/actionpack/lib/action_controller/assertions/response_assertions.rb @@ -3,6 +3,7 @@ require 'html/document' module ActionController module Assertions + # A small suite of assertions that test responses from Rails applications. module ResponseAssertions # Asserts that the response is one of the following types: # -- cgit v1.2.3