Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

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