Initial Chef repository
This commit is contained in:
5
cookbooks/mysql2_chef_gem/libraries/matchers.rb
Normal file
5
cookbooks/mysql2_chef_gem/libraries/matchers.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
if defined?(ChefSpec)
|
||||
def install_mysql2_chef_gem(resource_name)
|
||||
ChefSpec::Matchers::ResourceMatcher.new(:mysql2_chef_gem, :install, resource_name)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user