github.com/hoffie/larasync@v0.0.0-20151025221940-0384d2bddcef/helpers/common_test.go (about)

     1  package helpers
     2  
     3  import (
     4  	"testing"
     5  
     6  	. "gopkg.in/check.v1"
     7  )
     8  
     9  func Test(t *testing.T) {
    10  	TestingT(t)
    11  }