您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

14 行
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. }