copy AckHandler package

This commit is contained in:
Marten Seemann
2016-06-22 11:00:26 +07:00
parent e6ecb1f40c
commit 9dee97d2f9
12 changed files with 2008 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package ackhandlernew
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestCrypto(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "AckHandler (New) Suite")
}