Module: AsyncapiCable::Adapters::Minitest
- Defined in:
- lib/asyncapi_cable/adapters/minitest.rb
Defined Under Namespace
Modules: DSL
Class Method Summary collapse
Class Method Details
.install! ⇒ Object
46 47 48 49 50 |
# File 'lib/asyncapi_cable/adapters/minitest.rb', line 46 def self.install! # Intentional no-op — mirrors openapi-ruby's Minitest adapter. # Hosts opt in by including AsyncapiCable::Adapters::Minitest::DSL # into their base test class (e.g. ActiveSupport::TestCase). end |