From 4c2920e89c563f9e5e9c79c7da7d226cdddcc859 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 24 Oct 2007 04:47:40 +0000 Subject: Remove unnecessary returns from builtin filters since render/return is now sufficient. Closes #9952 [Josh Peek] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8009 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/controller/flash_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/test/controller') diff --git a/actionpack/test/controller/flash_test.rb b/actionpack/test/controller/flash_test.rb index 35ab1b9d3c..4a6f3c9e0b 100644 --- a/actionpack/test/controller/flash_test.rb +++ b/actionpack/test/controller/flash_test.rb @@ -70,7 +70,6 @@ class FlashTest < Test::Unit::TestCase flash["foo"] = "bar" redirect_to :action => "std_action" @flash_copy = {}.update(flash) - false end end -- cgit v1.2.3