topfreegames/khan

View on GitHub
util/util_suite_test.go

Summary

Maintainability
A
0 mins
Test Coverage
package util_test

import (
    "testing"

    . "github.com/onsi/ginkgo"
    . "github.com/onsi/gomega"
)

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