summaryrefslogtreecommitdiff
path: root/spec/data
diff options
context:
space:
mode:
authorVictor Hahn <Victor.Hahn@flexoptix.net>2014-07-28 19:50:31 +0200
committerVictor Hahn <Victor.Hahn@flexoptix.net>2014-07-28 19:50:31 +0200
commitd13594732c8102fef54c826bcecf568e48457fdb (patch)
tree86c4cabda7ab331bc088eef3de8616d50ce753dd /spec/data
parent92a232d3bba88374cabde1c6e125bedc9896290e (diff)
downloadchef-d13594732c8102fef54c826bcecf568e48457fdb.tar.gz
Ammended test data to allow unit tests to verify only erb files in the templates directory are considered in syntax checks
Diffstat (limited to 'spec/data')
-rw-r--r--spec/data/cookbooks/openldap/files/default/remotedir/not_a_template.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/data/cookbooks/openldap/files/default/remotedir/not_a_template.erb b/spec/data/cookbooks/openldap/files/default/remotedir/not_a_template.erb
new file mode 100644
index 0000000000..fc68ce83a1
--- /dev/null
+++ b/spec/data/cookbooks/openldap/files/default/remotedir/not_a_template.erb
@@ -0,0 +1,2 @@
+# This file is not a chef template despite being and erb.
+# It should not be included in a cookbook syntax check