telegraf/Godeps/_workspace/src/github.com/cloudfoundry/gosigar/sigar_suite_test.go

14 lines
192 B
Go

package sigar_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestGosigar(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Gosigar Suite")
}