Rename TestShowAppHelp to be more verbose
Follow golang convention
This commit is contained in:
parent
96ad929784
commit
f952f5ac6f
@ -7,7 +7,7 @@ import (
|
||||
"github.com/codegangsta/cli"
|
||||
)
|
||||
|
||||
func TestShowAppHelp(t *testing.T) {
|
||||
func Test_ShowAppHelp_NoAuthor(t *testing.T) {
|
||||
output := new(bytes.Buffer)
|
||||
app := cli.NewApp()
|
||||
app.Writer = output
|
||||
|
Loading…
Reference in New Issue
Block a user