25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

14 satır
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. }