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

10 lines
104 B
Go
Raw Normal View History

2015-09-30 01:21:17 +00:00
package migrate
import (
"testing"
. "gopkg.in/check.v1"
)
func Test(t *testing.T) { TestingT(t) }