Class: Shoulda::Matchers::Integrations::Libraries::Routing
- Inherits:
-
Object
- Object
- Shoulda::Matchers::Integrations::Libraries::Routing
- Defined in:
- lib/shoulda/matchers/integrations/libraries/routing.rb
Instance Method Summary collapse
Methods included from Rails
Methods included from Inclusion
Instance Method Details
#integrate_with(test_framework) ⇒ Object
12 13 14 15 16 17 18 19 20 |
# File 'lib/shoulda/matchers/integrations/libraries/routing.rb', line 12 def integrate_with(test_framework) test_framework.include(matchers_module, type: :routing) tap do |instance| ActiveSupport.on_load(:action_controller_test_case, run_once: true) do instance.include_into(::ActionController::TestCase, instance.matchers_module) end end end |