Methods

Files

Class/Module Index [+]

Quicksearch

RSpec::Rails::ControllerExampleGroup::InstanceMethods

Attributes

controller[R]
routes[R]

Public Instance Methods

method_missing(method, *args, &block) click to toggle source
# File lib/rspec/rails/example/controller_example_group.rb, line 147
def method_missing(method, *args, &block)
  if @orig_routes && @orig_routes.named_routes.helpers.include?(method)
    controller.send(method, *args, &block)
  else
    super
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.