1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-11 19:29:20 +08:00
hybridgroup.gobot/beaglebone/gobot-beaglebone_suite_test.go
2014-04-29 05:36:26 -07:00

14 lines
209 B
Go

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