1
0
Fork 0
mirror of https://github.com/Luzifer/go_helpers.git synced 2024-10-18 14:24:20 +00:00
go_helpers/str/str_suite_test.go

14 lines
182 B
Go
Raw Normal View History

package str_test
2016-04-15 23:13:39 +00:00
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestStr(t *testing.T) {
2016-04-15 23:13:39 +00:00
RegisterFailHandler(Fail)
RunSpecs(t, "Str Suite")
2016-04-15 23:13:39 +00:00
}