Methods
T
Instance Public methods
test_nil_callback()
# File actionpack/test/controller/live_stream_test.rb, line 447
def test_nil_callback
  buf = ActionController::Live::Buffer.new nil
  assert buf.call_on_error
end