restic/hashing_suite_test.go
2014-07-28 20:21:19 +02:00

12 lines
192 B
Go

package khepri_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestHashing(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Hashing Suite")
}