1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-11 19:29:20 +08:00
hybridgroup.gobot/platforms/pebble/gobot-pebble_suite_test.go

14 lines
202 B
Go
Raw Normal View History

2014-05-02 17:22:05 -05:00
package pebble
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestGobotPebble(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Gobot-Pebble Suite")
}