Class: RSpec::Rails::Matchers::RoutingMatchers::FrontendRouteToMatcher

Inherits:
RouteToMatcher
  • Object
show all
Defined in:
lib/xing/spec_helpers/routing_spec_patch.rb

Instance Method Summary collapse

Methods inherited from RouteToMatcher

#matches_with_patches?

Instance Method Details

#matches?(verb_to_path_map) ⇒ Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/xing/spec_helpers/routing_spec_patch.rb', line 16

def matches?(verb_to_path_map)
  matches_without_patches?(verb_to_path_map)
end