diff --git a/help_test.go b/help_test.go index bf0b272..b3c1fda 100644 --- a/help_test.go +++ b/help_test.go @@ -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