required to define at least empty default suite
diff --git "a/\173\173cookiecutter.project_name\175\175/.kitchen.yml" "b/\173\173cookiecutter.project_name\175\175/.kitchen.yml"
index 188c204..b0818b0 100644
--- "a/\173\173cookiecutter.project_name\175\175/.kitchen.yml"
+++ "b/\173\173cookiecutter.project_name\175\175/.kitchen.yml"
@@ -45,7 +45,7 @@
 
 suites:
   {%- if cookiecutter.kitchen_suites == "" %}
-  #- name: default
+  - name: default
   #  provisioner:
   #    pillars-from-files:
   #      {{ cookiecutter.kitchen_formula }}.sls: tests/pillar/default.sls
@@ -59,4 +59,4 @@
   {%- endfor %}
   {%- endif %}
 
-# vim: ft=yaml sw=2 ts=2 sts=2 tw=125
+# vim: ft=yaml sw=2 ts=2 sts=2 tw=125
\ No newline at end of file