dex/vendor/github.com/rubenv/sql-migrate/init_test.go

10 lines
104 B
Go
Raw Normal View History

2016-04-09 00:26:29 +05:30
package migrate
import (
"testing"
. "gopkg.in/check.v1"
)
func Test(t *testing.T) { TestingT(t) }