internalize the qerr package

This commit is contained in:
Marten Seemann
2018-11-11 12:44:16 +07:00
parent 4d3bafd44d
commit 3ffea5d8c4
37 changed files with 31 additions and 31 deletions

View File

@@ -0,0 +1,13 @@
package qerr
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestErrorcodes(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Errors Suite")
}