Interesting project.
i was just trying this out and hit this on a clean env, and thought it might be worth telling you.
make run
gauge run specs/
../../../../../getgauge/common/common.go:38:2: cannot find package "github.com/dmotylev/goproperties" in any of:
/usr/local/opt/go/libexec/src/github.com/dmotylev/goproperties (from $GOROOT)
/Users/apple/workspace/go/src/github.com/dmotylev/goproperties (from $GOPATH)
Failed to build project: Build failed: exit status 1
Killing go runner.
Steps to reproduce from a Makefile, assuming clean env.
dep:
# get guage
brew update
brew install gauge
# get plugins
gauge --install go
init:
# in the project..
gauge --init go
run:
# run tests
gauge run specs/
clean:
# laters...
Interesting project.
i was just trying this out and hit this on a clean env, and thought it might be worth telling you.
Steps to reproduce from a Makefile, assuming clean env.