Newer
Older
pokemon-go-trade / vendor / github.com / go-pg / pg / orm / main_test.go
Simon Lindgren on 12 Feb 2021 179 bytes first commit
package orm_test

import (
	"testing"

	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"
)

func TestGinkgo(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "orm")
}