1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-14 19:29:32 +08:00
hybridgroup.gobot/ardrone/gobot-ardrone_suite_test.go

14 lines
205 B
Go
Raw Normal View History

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