open-nomad/command/version_test.go
2015-06-01 15:25:51 +02:00

12 lines
161 B
Go

package command
import (
"testing"
"github.com/mitchellh/cli"
)
func TestVersionCommand_implements(t *testing.T) {
var _ cli.Command = &VersionCommand{}
}