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](https://gist.github.com/ebjornset/7fc9865d477a91fc6fc4802e3f5fff60) 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](https://github.com/ruby/rake/issues/247) it seems like I am facing an underlying gem load issue, but I have no clue as how to debug this further.