Files
fn-serverless/vendor/code.cloudfoundry.org/bytefmt/formatters_suite_test.go
2017-06-11 02:05:36 -07:00

14 lines
197 B
Go

package bytefmt_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestFormatters(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Bytefmt Suite")
}