1
0
Fork 0
mirror of https://github.com/Luzifer/slugify.git synced 2024-11-10 09:10:01 +00:00
slugify/vendor/github.com/Luzifer/rconfig/rconfig_suite_test.go
2017-12-15 11:31:48 +01:00

13 lines
194 B
Go

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