
test-setup:
	go get github.com/onsi/ginkgo/ginkgo
	go get github.com/onsi/gomega

test-integration:
	go test -v ./...
