I decided to try to make a minor change to test-kitchen/kitchen-hyperv to see if I could fix #62
When trying to test my code rake fails with the error "File does not exist:"
Here is a gist with the output from rake --trace
I've not been able to find any decription on how to setup my machine for development so here is what I did after some trial and error:
choco install ruby -y
refreshenv
gem install bundler
bundle install
rake build
rake
From the Rake issue 247 it seems like I am facing an underlying gem load issue, but I have no clue as how to debug this further.