From 957881a45b68a28e6118db28bd465fedba51f593 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 21 Apr 2014 08:25:50 -0500 Subject: Revert "Revert "Revert "update doc, assert_template also accepts false""" Revert Festival! I reverted a reverted commit, undo. This reverts commit 07ea37763d62e57d5709ab37da01b2848d12edd5. --- 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 a79c139b4d..2962ce47f9 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, nil or false" + raise ArgumentError, "assert_template only accepts a String, Symbol, Hash, Regexp, or nil" end end end -- cgit v1.2.3