Skip to content
parameters_suite_test.go 203 B
Newer Older
Timothee Gosselin's avatar
Timothee Gosselin committed
package parameters_test
Timothee Gosselin's avatar
Timothee Gosselin committed

import (
	"testing"

	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"
)

func TestParameters(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "Parameters Suite")
}