Better error message when plugin cannot be found
This commit is contained in:
13
pkg/invoke/invoke_suite_test.go
Normal file
13
pkg/invoke/invoke_suite_test.go
Normal file
@ -0,0 +1,13 @@
|
||||
package invoke_test
|
||||
|
||||
import (
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestInvoke(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Invoke Suite")
|
||||
}
|
Reference in New Issue
Block a user