Module: AsyncapiCable::Adapters::RSpec
- Defined in:
- lib/asyncapi_cable/adapters/rspec.rb
Defined Under Namespace
Modules: ExampleGroupHelpers, ExampleHelpers
Class Method Summary collapse
Class Method Details
.install! ⇒ Object
50 51 52 53 54 55 |
# File 'lib/asyncapi_cable/adapters/rspec.rb', line 50 def self.install! ::RSpec.configure do |config| config.extend ExampleGroupHelpers, type: :asyncapi config.include ExampleHelpers, type: :asyncapi end end |