Commit 356b4882 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

command: version tests

parent a5a2c3ce
package command
import (
"testing"
"github.com/mitchellh/cli"
)
func TestVersionCommand_implements(t *testing.T) {
var _ cli.Command = &VersionCommand{}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment