github.com/xenophex/i18n4go@v0.2.7-0.20160907212557-40256cda157a/integration/fixup/fixup_suite_test.go (about)

     1  package fixup_test
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/XenoPhex/i18n4go/integration/test_helpers"
     7  
     8  	. "github.com/onsi/ginkgo"
     9  	. "github.com/onsi/gomega"
    10  )
    11  
    12  func TestCheckup(t *testing.T) {
    13  	BeforeSuite(test_helpers.BuildExecutable)
    14  	RegisterFailHandler(Fail)
    15  	RunSpecs(t, "Fixup Suite")
    16  }