add basic AckHandler

This commit is contained in:
Marten Seemann 2016-04-19 20:47:12 +07:00
parent 5381bfe220
commit 2ca580e73f
3 changed files with 149 additions and 0 deletions

View file

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