github.com/schwarzm/garden-linux@v0.0.0-20150507151835-33bca2147c47/old/integration/wshd/noop_test.go (about) 1 package wshd_test 2 3 import ( 4 "testing" 5 6 _ "github.com/onsi/ginkgo" 7 _ "github.com/onsi/gomega" 8 ) 9 10 func TestNoop(t *testing.T) { 11 }