aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test')
-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