13 lines
143 B
Go
Raw Normal View History

package yaml_test
2014-03-04 16:36:05 -08:00
import (
. "gopkg.in/check.v1"
2014-03-04 16:36:05 -08:00
"testing"
)
func Test(t *testing.T) { TestingT(t) }
type S struct{}
var _ = Suite(&S{})