From 90d083563df3fc997b8cd3790f3b0b95d0855461 Mon Sep 17 00:00:00 2001 From: Adam Jacob Date: Fri, 14 Mar 2008 00:37:19 -0700 Subject: Adding Chef::CookbookLoader --- spec/data/kitchen/openldap/attributes/default.rb | 3 +++ spec/data/kitchen/openldap/attributes/robinson.rb | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 spec/data/kitchen/openldap/attributes/default.rb create mode 100644 spec/data/kitchen/openldap/attributes/robinson.rb (limited to 'spec/data/kitchen/openldap/attributes') diff --git a/spec/data/kitchen/openldap/attributes/default.rb b/spec/data/kitchen/openldap/attributes/default.rb new file mode 100644 index 0000000000..d208959475 --- /dev/null +++ b/spec/data/kitchen/openldap/attributes/default.rb @@ -0,0 +1,3 @@ +# +# Nothing to see here, move along +# diff --git a/spec/data/kitchen/openldap/attributes/robinson.rb b/spec/data/kitchen/openldap/attributes/robinson.rb new file mode 100644 index 0000000000..9d6b44d464 --- /dev/null +++ b/spec/data/kitchen/openldap/attributes/robinson.rb @@ -0,0 +1,3 @@ +# +# Smokey lives here +# \ No newline at end of file -- cgit v1.2.1