dex/vendor/github.com/rubenv/sql-migrate/init_test.go
2016-04-08 11:56:29 -07:00

9 lines
104 B
Go

package migrate
import (
"testing"
. "gopkg.in/check.v1"
)
func Test(t *testing.T) { TestingT(t) }