mirror of
https://github.com/rancher/plugins.git
synced 2025-07-08 20:53:53 +00:00
14 lines
191 B
Go
14 lines
191 B
Go
|
package invoke_test
|
||
|
|
||
|
import (
|
||
|
. "github.com/onsi/ginkgo"
|
||
|
. "github.com/onsi/gomega"
|
||
|
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestInvoke(t *testing.T) {
|
||
|
RegisterFailHandler(Fail)
|
||
|
RunSpecs(t, "Invoke Suite")
|
||
|
}
|