zombie_shootout_suite_test.go 209 B

12345678910111213
  1. package kata_test
  2. import (
  3. "testing"
  4. . "github.com/onsi/ginkgo"
  5. . "github.com/onsi/gomega"
  6. )
  7. func TestK7ZombieShootout(t *testing.T) {
  8. RegisterFailHandler(Fail)
  9. RunSpecs(t, "K7ZombieShootout Suite")
  10. }