Module: StimulusTableFilter::RSpec
- Defined in:
- lib/stimulus_table_filter/rspec.rb,
lib/stimulus_table_filter/rspec/helpers.rb
Overview
Opt-in wiring for the shared examples. Call StimulusTableFilter::RSpec.install! from your spec support file.
Defined Under Namespace
Modules: Helpers
Class Method Summary collapse
Class Method Details
.install! ⇒ Object
13 14 15 16 17 |
# File 'lib/stimulus_table_filter/rspec.rb', line 13 def self.install! ::RSpec.configure do |config| config.include Helpers end end |