chef-cookbooks / rubygems

Configures Rubygems sources and provides rubygems_api resource
https://supermarket.chef.io/cookbooks/rubygems
Apache License 2.0
5 stars 14 forks source link

Adding ChefSpec Matcher #17

Closed ghost closed 7 years ago

ghost commented 7 years ago

Cookbook version

1.0.4

Chef-client version

12 & 13

Platform Details

All

Scenario:

It looks like for the custom resources, a ChefSpec matcher is not included. When doing ChefSpec testing, a developer has to provide their own matcher.

iennae commented 7 years ago

With ChefSpec 7.1.0 this will no longer be needed. Check out https://github.com/sethvargo/chefspec#automatic-matchers. The release should drop shortly.

iennae commented 7 years ago

ChefSpec 7.1.0 has been released with the automatic matchers.