class method
self.new
Ruby on Rails 7.1.6
Since v6.0.6Signature
self.new(name)
No documentation comment.
Parameters
-
namereq
Source
# File actioncable/lib/action_cable/connection/test_case.rb, line 13
def initialize(name)
super "Unable to determine the connection to test from #{name}. " +
"You'll need to specify it using `tests YourConnection` in your " +
"test case definition."
end
Defined in actioncable/lib/action_cable/connection/test_case.rb line 13
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::NonInferrableConnectionError