123456789_123456789_123456789_123456789_123456789_

Class: RSpec::Rails::ViewRendering::EmptyTemplateResolver::FileSystemResolver Private

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, ActionView::FileSystemResolver
Instance Chain:
self, ActionView::FileSystemResolver
Inherits: ActionView::FileSystemResolver
  • Object
Defined in: rspec-rails/lib/rspec/rails/view_rendering.rb

Overview

Delegates find_templates to the submitted path set and then returns templates with modified source

Instance Method Summary

Instance Method Details

#find_templates(*args) (private)

[ GitHub ]

  
# File 'rspec-rails/lib/rspec/rails/view_rendering.rb', line 109

def find_templates(*args)
  templates = super
  EmptyTemplateResolver.nullify_template_rendering(templates)
end