mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-23 18:40:13 +01:00
fix regression and cleanup tests
This commit is contained in:
parent
dc71096cb4
commit
723d2e9488
5 changed files with 115 additions and 57 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue