diff options
author | Greg Thornton <xdissent@me.com> | 2013-05-23 17:47:50 -0500 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2013-06-18 11:31:15 -0700 |
commit | f50ec2bbaef307b9775481675c5708e48880a515 (patch) | |
tree | 5e412e14e2ce04de0cd955be7aec0d3d35f11a67 /spec/data | |
parent | 309635b8b05f620704627be421eef508a735f68b (diff) | |
download | chef-f50ec2bbaef307b9775481675c5708e48880a515.tar.gz |
CHEF-3544 Honor chefignore in cookbook syntax check
Diffstat (limited to 'spec/data')
-rw-r--r-- | spec/data/cookbooks/ignorken/recipes/default.rb | 1 | ||||
-rw-r--r-- | spec/data/cookbooks/ignorken/recipes/ignoreme.rb | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/spec/data/cookbooks/ignorken/recipes/default.rb b/spec/data/cookbooks/ignorken/recipes/default.rb new file mode 100644 index 0000000000..0f3b3a5d8d --- /dev/null +++ b/spec/data/cookbooks/ignorken/recipes/default.rb @@ -0,0 +1 @@ +# This is fine!
\ No newline at end of file diff --git a/spec/data/cookbooks/ignorken/recipes/ignoreme.rb b/spec/data/cookbooks/ignorken/recipes/ignoreme.rb new file mode 100644 index 0000000000..caf40b3974 --- /dev/null +++ b/spec/data/cookbooks/ignorken/recipes/ignoreme.rb @@ -0,0 +1,2 @@ +a cat walked on the keyboard one day... +(*&(*&(*&(*&(*^%$%^%#^^&(*)(*{}}}}}}}}+++++===))))))
\ No newline at end of file |