open-nomad/command/acl_bootstrap_test.go

13 lines
185 B
Go
Raw Normal View History

2017-09-11 17:46:17 +00:00
package command
import (
"testing"
"github.com/mitchellh/cli"
)
func TestACLBootstrapCommand_Implements(t *testing.T) {
t.Parallel()
var _ cli.Command = &ACLBootstrapCommand{}
}