berkshelf / ridley

A reliable Chef API client with a clean syntax
Other
231 stars 85 forks source link

Fix some failing tests #296

Closed samcrang closed 9 years ago

samcrang commented 9 years ago

I noticed some failing tests so I had a go at fixing them.

  1. The new version of Retryable has changed its interface and no longer monkey patches Kernel.
  2. The MD5 hash of the chef-zero generated metadata.json from the test fixtures seemed to be wrong. I updated it to be the hash as generated by the latest 1.5.x release of chef-zero (1.5.6).
sethvargo commented 9 years ago

Thanks!