# 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
# File lib/rspec/rails/view_rendering.rb, line 75 def prepend_view_path(new_path) lookup_context.view_paths.unshift(*_path_decorator(new_path)) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.