open-consul/command/agent/command_test.go

11 lines
146 B
Go
Raw Normal View History

2013-12-19 20:18:06 +00:00
package agent
import (
"github.com/mitchellh/cli"
"testing"
)
func TestCommand_implements(t *testing.T) {
var _ cli.Command = new(Command)
}