btm / minitest-handler-cookbook

Apache License 2.0
59 stars 36 forks source link

No longer works with chef 12 #74

Closed castro1688 closed 8 years ago

castro1688 commented 9 years ago

It looks like chef client has removed the rest-client gem by default. So when minitest runs the below error is seen:

Running handlers:       
[2015-05-06T14:15:31+00:00] INFO: Running report handlers       
[2015-05-06T14:15:31+00:00] ERROR: Report handler MiniTest::Chef::Handler raised #<LoadError: cannot load such file -- rest_client>       
dpetzel commented 9 years ago

I don't believe this handler leverages the Gem. is it possible the rest_client gem is being used in one of your actual test files?

dpetzel commented 8 years ago

I've been running this on Chef 12 for a while now without any observed issues so I'm going to close this out.