aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-10-24 04:47:40 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-10-24 04:47:40 +0000
commit4c2920e89c563f9e5e9c79c7da7d226cdddcc859 (patch)
treeec7387332e61dbd6564edd7ccc26822fc4c4d9bd /actionpack/test/controller
parenta2c9c92b720cb66211e75adec178ac46e3cd7d92 (diff)
downloadrails-4c2920e89c563f9e5e9c79c7da7d226cdddcc859.tar.gz
rails-4c2920e89c563f9e5e9c79c7da7d226cdddcc859.tar.bz2
rails-4c2920e89c563f9e5e9c79c7da7d226cdddcc859.zip
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
Diffstat (limited to 'actionpack/test/controller')
-rw-r--r--actionpack/test/controller/flash_test.rb1
1 files changed, 0 insertions, 1 deletions
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