hybridgroup.gobot/gobot_suite_test.go

14 lines
188 B
Go
Raw Normal View History

2013-11-15 08: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")
}