Remove ginkgo test suite file from ardrone
This commit is contained in:
parent
fa21a14588
commit
d7a7202c8e
|
@ -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")
|
||||
}
|
Loading…
Reference in New Issue