hybridgroup.gobot/spark/gobot-spark_suite_test.go

14 lines
199 B
Go

package gobotSpark
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestGobotSpark(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Gobot-Spark Suite")
}