From 9b1c077c91f09b64b8105f31fdf5240cd12c2e16 Mon Sep 17 00:00:00 2001 From: Gaurish Sharma Date: Sun, 20 Apr 2014 03:23:01 +0530 Subject: update doc, assert_template also accepts false [ci skip] --- actionpack/lib/action_controller/test_case.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_controller/test_case.rb b/actionpack/lib/action_controller/test_case.rb index caaebc537a..b904dedccd 100644 --- a/actionpack/lib/action_controller/test_case.rb +++ b/actionpack/lib/action_controller/test_case.rb @@ -170,7 +170,7 @@ module ActionController "Expected no partials to be rendered" end else - raise ArgumentError, "assert_template only accepts a String, Symbol, Hash, Regexp, or nil" + raise ArgumentError, "assert_template only accepts a String, Symbol, Hash, Regexp, nil or false" end end end -- cgit v1.2.3