diff options
Diffstat (limited to 'actionpack/test/controller')
-rw-r--r-- | actionpack/test/controller/streaming_test.rb | 4 |
1 files changed, 0 insertions, 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 |