class RSpec::Rails::ViewRendering::EmptyTemplateResolver
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