class ActionController::BufferTest

Public Instance Methods

test_nil_callback() click to toggle source
# File actionpack/test/controller/live_stream_test.rb, line 474
def test_nil_callback
  buf = ActionController::Live::Buffer.new nil
  assert buf.call_on_error
end