open-nomad/command/agent_join_test.go
2015-09-14 13:24:03 -07:00

12 lines
165 B
Go

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