module RSpec::Rails::ViewExampleGroup::ExampleMethods

def _controller_path

def _controller_path
  _path_parts[0..-2].join("/")
end