Skip to content

Commit d84f331

Browse files
committed
remove test for no args
1 parent 4e95483 commit d84f331

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

help_test.go

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@ var _ = Describe("Help", func() {
3232
stderr = vtclean.Clean(cli.Stderr.(*bytes.Buffer).String(), false)
3333
})
3434

35-
Context("with no args", func() {
36-
BeforeEach(func() {
37-
cli.Start("heroku")
38-
})
39-
40-
It("exits with code 0", func() { Expect(exit).To(Equal(0)) })
41-
It("shows the help", func() {
42-
Expect(stdout).To(HavePrefix("Usage: heroku COMMAND [--app APP] [command-specific-options]"))
43-
})
44-
})
45-
4635
Context("heroku help", func() {
4736
BeforeEach(func() {
4837
cli.Start("heroku", "help")

0 commit comments

Comments
 (0)