restic/hashing_suite_test.go

13 lines
192 B
Go
Raw Normal View History

2014-07-28 20:20:32 +02:00
package khepri_test
2014-04-06 12:22:58 +02:00
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
2014-07-28 20:20:32 +02:00
"testing"
2014-04-06 12:22:58 +02:00
)
func TestHashing(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Hashing Suite")
}