# File lib/rspec/rails/view_rendering.rb, line 79 def append_view_path(new_path) lookup_context.view_paths.push(*_path_decorator(new_path)) end