orbiter/vendor/github.com/mitchellh/cli/command_mock_test.go
Gianluca Arbezzano 747f564a7a First commit
2017-02-21 00:07:57 +00:00

10 lines
120 B
Go

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