1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-27 13:48:56 +08:00
hybridgroup.gobot/gobot_suite_test.go

14 lines
188 B
Go
Raw Normal View History

2013-11-14 16:08:08 -08:00
package gobot_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestGobot(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Gobot Suite")
}