class RSpec::Rails::ViewRendering::EmptyTemplateResolver
@private
with modified source
Delegates find_all to the submitted path set and then returns templates
def find_templates(*args)
def find_templates(*args) super.map do |template| ::ActionView::Template.new( "", template.identifier, EmptyTemplateHandler, :virtual_path => template.virtual_path, :format => template.formats ) end end