2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-21 20:35:12 +00:00
restic/repository_suite_test.go
2014-07-28 20:21:19 +02:00

14 lines
193 B
Go

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