1
0
mirror of https://github.com/Luzifer/rconfig.git synced 2024-09-20 01:13:00 +00:00
rconfig/rconfig_suite_test.go

14 lines
194 B
Go
Raw Normal View History

2015-09-08 20:07:40 +00:00
package rconfig_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestRconfig(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Rconfig Suite")
}