Delegates find_all to the submitted path set and then returns templates with modified source
# File lib/rspec/rails/view_rendering.rb, line 59 def find_all(*args) original_path_set.find_all(*args).collect do |template| ::ActionView::Template.new( "", template.identifier, template.handler, { :virtual_path => template.virtual_path, :format => template.formats } ) end end
Generated with the Darkfish Rdoc Generator 2.