1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-24 08:18:41 +00:00
restic/hashing/hashing_suite_test.go

13 lines
193 B
Go
Raw Normal View History

2014-04-06 10:22:58 +00:00
package hashing_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestHashing(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Hashing Suite")
}