restic/storage/repository_suite_test.go

14 lines
194 B
Go
Raw Normal View History

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