From 1498071b92850fa5c2d4e3f0a726b58869a11c04 Mon Sep 17 00:00:00 2001 From: kennyj Date: Sat, 7 Jul 2012 14:59:49 +0900 Subject: Remove unused code. --- actionpack/test/controller/flash_test.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/actionpack/test/controller/flash_test.rb b/actionpack/test/controller/flash_test.rb index e4b34125ad..32ad48b289 100644 --- a/actionpack/test/controller/flash_test.rb +++ b/actionpack/test/controller/flash_test.rb @@ -210,10 +210,6 @@ class FlashIntegrationTest < ActionDispatch::IntegrationTest SessionSecret = 'b3c631c314c0bbca50c1b2843150fe33' class TestController < ActionController::Base - def dont_set_flash - head :ok - end - def set_flash flash["that"] = "hello" head :ok -- cgit v1.2.3