You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
185 B

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