open-nomad/command/agent_join_test.go

12 lines
165 B
Go
Raw Normal View History

2015-09-11 22:48:36 +00:00
package command
import (
"testing"
"github.com/mitchellh/cli"
)
func TestAgentJoinCommand_Implements(t *testing.T) {
var _ cli.Command = &AgentJoinCommand{}
}