Module: RSpec::Rails::RoutingExampleGroup::ClassMethods
Relationships & Source Files | |
Defined in: | rspec-rails/lib/rspec/rails/example/routing_example_group.rb |
Overview
Class-level DSL for route specs.
Instance Method Summary
-
#routes
Specifies the routeset that will be used for the example group.
Instance Method Details
#routes
Specifies the routeset that will be used for the example group. This is most useful when testing ::RSpec::Rails
engines.
# File 'rspec-rails/lib/rspec/rails/example/routing_example_group.rb', line 31
def routes before do self.routes = yield end end