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