fix regression and cleanup tests

This commit is contained in:
Simon Aronsson 2020-11-17 22:55:46 +01:00
parent dc71096cb4
commit 723d2e9488
No known key found for this signature in database
GPG key ID: 8DA57A5FD341605B
5 changed files with 115 additions and 57 deletions

View file

@ -3,14 +3,12 @@ package helpers
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
log "github.com/sirupsen/logrus"
"testing"
)
func TestDigest(t *testing.T) {
log.SetLevel(log.DebugLevel)
func TestHelpers(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Digest Suite")
RunSpecs(t, "Helper Suite")
}
var _ = Describe("the helpers", func() {