diff options
author | José Valim <jose.valim@plataformatec.com.br> | 2012-07-07 00:49:56 -0700 |
---|---|---|
committer | José Valim <jose.valim@plataformatec.com.br> | 2012-07-07 00:49:56 -0700 |
commit | b3da67d9a5dfbc2b39b77e5b2f0874137f8716ef (patch) | |
tree | 77fc9003732f94d65e9d4e792d8fc93c086dead0 | |
parent | c7779c6fcdf026e50d54f0eaae957d750d8f37f3 (diff) | |
parent | 1498071b92850fa5c2d4e3f0a726b58869a11c04 (diff) | |
download | rails-b3da67d9a5dfbc2b39b77e5b2f0874137f8716ef.tar.gz rails-b3da67d9a5dfbc2b39b77e5b2f0874137f8716ef.tar.bz2 rails-b3da67d9a5dfbc2b39b77e5b2f0874137f8716ef.zip |
Merge pull request #6996 from kennyj/remove_unused_code_20120707
Remove unused code.
-rw-r--r-- | actionpack/test/controller/flash_test.rb | 4 |
1 files changed, 0 insertions, 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 |