github.com/cloudcredo/cloudrocker@v0.0.0-20160108110610-1320f8cc2dfd/buildpack/buildpack_suite_test.go (about)

     1  package buildpack_test
     2  
     3  import (
     4  	. "github.com/cloudcredo/cloudrocker/Godeps/_workspace/src/github.com/onsi/ginkgo"
     5  	. "github.com/cloudcredo/cloudrocker/Godeps/_workspace/src/github.com/onsi/gomega"
     6  
     7  	"testing"
     8  )
     9  
    10  func TestBuildpack(t *testing.T) {
    11  	RegisterFailHandler(Fail)
    12  	RunSpecs(t, "Buildpack Suite")
    13  }