command: version tests

pull/1629/head
Mitchell Hashimoto 11 years ago
parent a5a2c3ceb7
commit 356b48827b

@ -0,0 +1,11 @@
package command
import (
"testing"
"github.com/mitchellh/cli"
)
func TestVersionCommand_implements(t *testing.T) {
var _ cli.Command = &VersionCommand{}
}
Loading…
Cancel
Save