2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-30 23:50:48 +00:00
restic/storage/storage_suite_test.go
Alexander Neumann d156b2d245 Add storage
2014-04-19 19:37:34 +02:00

14 lines
194 B
Go

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