Remove ginkgo test suite file from ardrone

This commit is contained in:
Adrian Zankich 2014-06-12 16:08:57 -07:00
parent fa21a14588
commit d7a7202c8e
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
package ardrone
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestGobotArdrone(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Gobot-Ardrone Suite")
}