Source: show | on GitHub
# File actionpack/test/abstract_unit.rb, line 339 def make_set(strict = true) tc = self TestSet.new ->(c) { tc.controller = c }, strict end
# 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