From 19e68e9d472f81f9856cd10fba4ba75f653c90e4 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Sun, 29 Jul 2012 16:00:50 -0700 Subject: remove dead test --- actionpack/test/controller/streaming_test.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/actionpack/test/controller/streaming_test.rb b/actionpack/test/controller/streaming_test.rb index 50c98f220a..6ee6444065 100644 --- a/actionpack/test/controller/streaming_test.rb +++ b/actionpack/test/controller/streaming_test.rb @@ -22,9 +22,5 @@ module ActionController get :basic_stream assert_equal "hello\nworld\n", @response.body end - - def test_write_after_close - @response.stream - end end end -- cgit v1.2.3