Add a statediff streamer

This commit is contained in:
Elizabeth Engelman
2019-09-25 16:32:27 -05:00
parent 34f8e16c11
commit 9de631f3a7
3 changed files with 88 additions and 0 deletions
@@ -0,0 +1,13 @@
package streamer_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestStreamer(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Streamer Suite")
}