summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/cloudfoundry/jibber_jabber/jibber_jabber_suite_test.go
blob: 3da19c84bf7bb7ee40eb7a87d19c53429a12442a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package jibber_jabber_test

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

	"testing"
)

func TestJibberJabber(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "Jibber Jabber Suite")
}