class DataStreamingApiTest

Public Instance Methods

test_data() click to toggle source
# File actionpack/test/controller/api/data_streaming_test.rb, line 23
def test_data
  response = process("two")
  assert_kind_of String, response.body
  assert_equal file_data, response.body
end