Method: ActionView::TestCase::TestController#controller_path=

Defined in:
lib/action_view/test_case.rb

#controller_path=(path) ⇒ Object



22
23
24
# File 'lib/action_view/test_case.rb', line 22

def controller_path=(path)
  self.class.controller_path = (path)
end