1
0
Fork 0
mirror of https://github.com/Luzifer/ansible-role-version.git synced 2024-10-19 13:24:20 +00:00
ansible-role-version/vendor/github.com/Luzifer/rconfig/rconfig_suite_test.go

14 lines
194 B
Go
Raw Normal View History

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