From: Chris Price Date: Fri, 13 Apr 2012 22:35:43 +0000 (-0700) Subject: (#13695) add README about puppetlabs_spec_helper X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a5c77921ae000dc837b31a41ea87b4bbf023c882;p=puppet-stdlib.git (#13695) add README about puppetlabs_spec_helper --- diff --git a/README_SPECS.markdown b/README_SPECS.markdown new file mode 100644 index 0000000..917b631 --- /dev/null +++ b/README_SPECS.markdown @@ -0,0 +1,7 @@ +NOTE +==== + +This project's specs depend on puppet core, and thus they require the +`puppetlabs_spec_helper` project. For more information please see the README +in that project, which can be found here: [puppetlabs spec +helper](https://github.com/puppetlabs/puppetlabs_spec_helper)