harness-drone/vendor/github.com/mitchellh/cli/command_mock_test.go
2015-09-29 18:21:17 -07:00

9 lines
120 B
Go

package cli
import (
"testing"
)
func TestMockCommand_implements(t *testing.T) {
var _ Command = new(MockCommand)
}