You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running minitest to run a bunch of integration tests, with kitchen and docker, on my cookbooks. One of my tests requires me to use the httpclient gem when I include a require 'httpclient' in my helpers.rb file I get a LoadError. I'm running ruby 1.9.3 with rvm.
Hey,
I'm running minitest to run a bunch of integration tests, with kitchen and docker, on my cookbooks. One of my tests requires me to use the httpclient gem when I include a
require 'httpclient'
in my helpers.rb file I get a LoadError. I'm running ruby 1.9.3 with rvm.The error I get on trying to converge is here - https://gist.github.com/bloomark/9683366
The first step would of course be to determine if this is a minitest/kitchen bug or if it's an issue with my bug.
Thanks
The text was updated successfully, but these errors were encountered: