sip/pkg/services/services_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
197 B
Go

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