class RSpec::Rails::ViewRendering::EmptyTemplateResolver::FileSystemResolver
Delegates find_templates
to the submitted path set and then returns templates with modified source
@private
Private Instance Methods
Source
# File lib/rspec/rails/view_rendering.rb, line 109 def find_templates(*args) templates = super EmptyTemplateResolver.nullify_template_rendering(templates) end
Calls superclass method