Skip to content

Document how to setup a development environment on Windows, so starters can contribute #63

@ebjornset

Description

@ebjornset

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions