quintodrome/utils/utils_test.go

12 lines
151 B
Go
Raw Normal View History

2016-03-01 08:43:55 -09:00
package utils
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func TestEmpty(t *testing.T) {
Convey("Missing tests", t, nil)
}