1
0
Fork 0
mirror of https://github.com/Luzifer/go_helpers.git synced 2024-10-18 14:24:20 +00:00
go_helpers/go_helpers_suite_test.go
2016-04-16 01:16:19 +02:00

13 lines
198 B
Go

package helpers_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestGoHelpers(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "GoHelpers Suite")
}