Add missing cookbook files

This commit is contained in:
Greg Karékinian
2018-04-17 14:39:07 +02:00
parent b92cc6e5d7
commit 14ad962f37
30 changed files with 0 additions and 2189 deletions

View File

@@ -1,11 +0,0 @@
if defined?(ChefSpec)
ChefSpec.define_matcher :nodejs_npm
def install_nodejs_npm(resource_name)
ChefSpec::Matchers::ResourceMatcher.new(:nodejs_npm, :install, resource_name)
end
def uninstall_nodejs_npm(resource_name)
ChefSpec::Matchers::ResourceMatcher.new(:nodejs_npm, :uninstall, resource_name)
end
end