Go-Back-Skeleton/vendor/github.com/go-pg/pg/orm/main_test.go
2017-09-25 20:20:52 +02:00

13 lines
179 B
Go

package orm_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestGinkgo(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "ORM")
}