open-consul/command/version_test.go

11 lines
160 B
Go
Raw Normal View History

2013-12-19 19:22:08 +00:00
package command
import (
"github.com/mitchellh/cli"
"testing"
)
func TestVersionCommand_implements(t *testing.T) {
var _ cli.Command = &VersionCommand{}
}