module RSpec::Rails::ViewRendering::EmptyTemplates

def _path_decorator(*paths)

def _path_decorator(*paths)
  paths.map { |path| EmptyTemplateResolver.build(path) }
end