Method: ActionCable::Connection::TestCase::Behavior::ClassMethods#connection_class
- Defined in:
- lib/action_cable/connection/test_case.rb
#connection_class ⇒ Object
167 168 169 170 171 172 173 |
# File 'lib/action_cable/connection/test_case.rb', line 167 def connection_class if connection = self._connection_class connection else tests determine_default_connection(name) end end |