module RSpec::Rails::ViewRendering::EmptyTemplates

def prepend_view_path(new_path)

def prepend_view_path(new_path)
  lookup_context.view_paths.unshift(*_path_decorator(new_path))
end