Skip to content

Instantly share code, notes, and snippets.

@jacoelho
Created July 12, 2016 17:52
Show Gist options
  • Select an option

  • Save jacoelho/17264559336fd08616e575e13d837cba to your computer and use it in GitHub Desktop.

Select an option

Save jacoelho/17264559336fd08616e575e13d837cba to your computer and use it in GitHub Desktop.
custom resource matcher
if defined?(ChefSpec)
[:create, :update].each do |action|
self.class.send(:define_method, "#{action}_example_topic") do |resource|
ChefSpec::Matchers::ResourceMatcher.new(:example_topic, action, resource)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment