summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-gorp/gorp/gorp_suite_test.go
blob: 2abcaaf715b8d4dde29932ec86ef082d2ddb0384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package gorp_test

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

	"testing"
)

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