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