0
0
Fork 0
This repository has been archived on 2024-05-09. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
metrotransit/metrotransit_suite_test.go
2018-05-22 23:25:28 -05:00

13 lines
209 B
Go

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