summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/internal/codelocation/code_location_suite_test.go
blob: f06abf3c560d5eda74c8ac6fbd78bef53f098263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package codelocation_test

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

	"testing"
)

func TestCodelocation(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "CodeLocation Suite")
}