module ActionView::TestCase::Behavior

def config

def config
  @controller.config if @controller.respond_to?(:config)
end