Methods
E
Class Public methods
ensure_reactor_running()

We don't want Faye to start the EM reactor in tests because it makes testing much harder. We want to be able to start and stop EM loop in tests to make things simpler.

# File actioncable/test/test_helper.rb, line 23
def ensure_reactor_running
  # no-op
end