sip/pkg/vbmh/vbmh_suite_test.go
Rodolfo Pacheco 41c6720e26 WIP: Added gingko test site shells
Docker-push commented out test reqirement.
2020-10-29 12:30:02 -04:00

14 lines
185 B
Go

package vbmh_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestVbmh(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Vbmh Suite")
}