Source: show | on GitHub
# File actionpack/test/controller/streaming_test.rb, line 21 def test_write_to_stream get :basic_stream assert_equal "hello\nworld\n", @response.body end