terraform/command/version_test.go

12 lines
161 B
Go
Raw Normal View History

2014-05-24 21:04:43 +02:00
package command
import (
"testing"
"github.com/mitchellh/cli"
)
func TestVersionCommand_implements(t *testing.T) {
var _ cli.Command = &VersionCommand{}
}