kubernetes-entrypoint/entrypoint/entrypoint_suite_test.go
Antoni Rościszewski 2a57fb841e Add entrypoint tests
2017-02-01 23:07:24 +01:00

14 lines
203 B
Go

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