1
0
Fork 0
mirror of https://github.com/Luzifer/go-metar.git synced 2024-10-18 05:04:21 +00:00
go-metar/go_metar_suite_test.go

14 lines
192 B
Go
Raw Permalink Normal View History

package metar_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestGoMetar(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "GoMetar Suite")
}