hybridgroup.gobot/gobot_suite_test.go

14 lines
183 B
Go
Raw Normal View History

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