urfave-cli/command_test.go

13 lines
125 B
Go
Raw Normal View History

package cli
import (
2013-07-19 00:39:42 +00:00
"testing"
)
func Test_True(t *testing.T) {
2013-07-19 00:39:42 +00:00
expect(t, true, true)
}
func Test_Run(t *testing.T) {
}