1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-17 17:45:03 +02:00
woodpecker/vendor/github.com/mitchellh/cli/command_mock_test.go

10 lines
120 B
Go
Raw Normal View History

2015-09-30 03:21:17 +02:00
package cli
import (
"testing"
)
func TestMockCommand_implements(t *testing.T) {
var _ Command = new(MockCommand)
}