hybridgroup.gobot/firmata/gobot-firmata_suite_test.go

14 lines
205 B
Go

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