diff options
author | Victor Hahn <Victor.Hahn@flexoptix.net> | 2014-07-28 19:50:31 +0200 |
---|---|---|
committer | Victor Hahn <Victor.Hahn@flexoptix.net> | 2014-07-28 19:50:31 +0200 |
commit | d13594732c8102fef54c826bcecf568e48457fdb (patch) | |
tree | 86c4cabda7ab331bc088eef3de8616d50ce753dd /spec/data | |
parent | 92a232d3bba88374cabde1c6e125bedc9896290e (diff) | |
download | chef-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.erb | 2 |
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 |