restic/repository_suite_test.go

14 lines
193 B
Go
Raw Normal View History

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