# File lib/apotomo/test_case.rb, line 41 def setup super # defined in Cell::TestCase::CommonTestMethods. @controller.instance_eval do def controller_path 'barn' end end @controller.extend Apotomo::Rails::ControllerMethods end