blob: 3a7dc06123e8643a118e24df009cf193704f8b4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
package gbytes_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestGbytes(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Gbytes Suite")
}
|