Sign in
edge
/
apidVerifyApiKey
/
c48842a30a9f78ea4fb4fbbc2a69bbe693683cfa
/
.
/
vendor
/
github.com
/
onsi
/
ginkgo
/
internal
/
writer
/
writer_suite_test.go
blob: e206577919af41c43a994cbc41d2e08a1b3d18ed [
file
] [
log
] [
blame
]
package writer_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestWriter(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Writer Suite")
}