summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/internal/remote/remote_suite_test.go
blob: e6b4e9f32ce0ea36755f5e2f2d80734128e2ce25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package remote_test

import (
	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"

	"testing"
)

func TestRemote(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "Remote Spec Forwarding Suite")
}