class Shoulda::Matchers::Integrations::Libraries::Routing
@private
Public Instance Methods
Source
# File lib/shoulda/matchers/integrations/libraries/routing.rb, line 12 def integrate_with(test_framework) test_framework.include(matchers_module, type: :routing) include_into(::ActionController::TestCase, matchers_module) end
Private Instance Methods
Source
# File lib/shoulda/matchers/integrations/libraries/routing.rb, line 20 def matchers_module Shoulda::Matchers::Routing end