# File lib/chef/knife/cookbook_test.rb, line 82
      def test_templates(syntax_checker)
        ui.info("Validating templates")
        exit(1) unless syntax_checker.validate_templates
      end