blob: 64af7ca465768c4629c2a2e3608203750ad6ff97 [file] [log] [blame]
package bytefmt_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestFormatters(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Bytefmt Suite")
}