restic/repository_suite_test.go

14 lines
193 B
Go
Raw Normal View History

2014-07-28 20:20:32 +02:00
package khepri_test
2014-04-19 19:37:34 +02:00
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestStorage(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Storage Suite")
}