apply @fpytloun comments
diff --git a/cookiecutter.json b/cookiecutter.json
index 08ec304..eb95831 100644
--- a/cookiecutter.json
+++ b/cookiecutter.json
@@ -4,7 +4,7 @@
     "project_name": "{{ cookiecutter.service_name }}-formula",
     "repo_name": "{{ cookiecutter.service_name|replace('_', '-') }}-formula",
     "license_holder": "tcp cloud a.s.",
-    "author_contact": "Ales Komarek <ales.komarek@tcpcloud.eu>",
+    "author_contact": "tcpcloud <cloud@tcpcloud.eu>",
 
     "kitchen_driver": "vagrant",
     "kitchen_verifier": "inspec",
diff --git "a/\173\173cookiecutter.project_name\175\175/.kitchen.docker.yml" "b/\173\173cookiecutter.project_name\175\175/.kitchen.docker.yml"
new file mode 100644
index 0000000..4d0816f
--- /dev/null
+++ "b/\173\173cookiecutter.project_name\175\175/.kitchen.docker.yml"
@@ -0,0 +1,28 @@
+---
+driver:
+  name: docker
+  hostname: {{ cookiecutter.kitchen_formula }}.ci.local
+  use_sudo: false
+
+
+provisioner:
+  name: salt_solo
+  salt_install: bootstrap
+  salt_bootstrap_url: https://bootstrap.saltstack.com
+  salt_version: latest
+  formula: {{ cookiecutter.kitchen_formula }}
+  log_level: info
+  state_top:
+    base:
+      "*":
+        - {{ cookiecutter.kitchen_formula }}
+  pillars:
+    top.sls:
+      base:
+        "*":
+          - {{ cookiecutter.kitchen_formula }}
+  grains:
+    noservices: True
+
+
+# vim: ft=yaml sw=2 ts=2 sts=2 tw=125
diff --git "a/\173\173cookiecutter.project_name\175\175/tests/integration/helpers/inspec/spec_helper.rb" "b/\173\173cookiecutter.project_name\175\175/tests/integration/helpers/inspec/spec_helper.rb"
deleted file mode 100644
index e69de29..0000000
--- "a/\173\173cookiecutter.project_name\175\175/tests/integration/helpers/inspec/spec_helper.rb"
+++ /dev/null