blob: f482ec3dc62fce0a7cb47d3f10da48c988f76bc0 [file] [log] [blame]
package table_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestTable(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Table Suite")
}