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

10 lines
105 B
Go

package cli
import (
"testing"
)
func TestMockUi_implements(t *testing.T) {
var _ Ui = new(MockUi)
}