provider-kairos/internal/provider/provider_suite_test.go

14 lines
201 B
Go
Raw Normal View History

2022-08-10 16:55:20 +00:00
package provider_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestInstaller(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Provider Suite")
}