Namespace
Methods
M
U
Instance Public methods
make_set(strict = true)
# File actionpack/test/abstract_unit.rb, line 339
def make_set(strict = true)
  tc = self
  TestSet.new ->(c) { tc.controller = c }, strict
end
url_for(set, options)
# File actionpack/test/abstract_unit.rb, line 334
def url_for(set, options)
  route_name = options.delete :use_route
  set.url_for options.merge(:only_path => true), route_name
end