Converted last GoConvey tests to Ginkgo

Removed GoConvey dependency
This commit is contained in:
Deluan 2020-04-04 18:54:12 -04:00
parent a4b97121ab
commit 13be8d297c
4 changed files with 56 additions and 51 deletions

View file

@ -30,7 +30,6 @@ testall: check_go_env test
.PHONY: testall
setup: Jamstash-master
@which goconvey || (echo "Installing GoConvey" && GO111MODULE=off go get -u github.com/smartystreets/goconvey)
@which wire || (echo "Installing Wire" && GO111MODULE=off go get -u github.com/google/wire/cmd/wire)
@which go-bindata || (echo "Installing BinData" && GO111MODULE=off go get -u github.com/go-bindata/go-bindata/...)
@which reflex || (echo "Installing Reflex" && GO111MODULE=off go get -u github.com/cespare/reflex)