Module: Kombu::RSpec::Matchers::ComponentRenderedMatcher

Defined in:
lib/kombu/test/rspec/matchers/component_rendered_matcher.rb

Defined Under Namespace

Classes: Matcher

Instance Method Summary collapse

Instance Method Details

#kombu_component_rendered(component, entry: nil, mount_element_id: nil, attributes: {}) ⇒ Object



7
8
9
# File 'lib/kombu/test/rspec/matchers/component_rendered_matcher.rb', line 7

def kombu_component_rendered(component, entry: nil, mount_element_id: nil, attributes: {})
  Matcher.new(component, entry: entry, mount_element_id: mount_element_id, attributes: attributes)
end