We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e95483 commit d84f331Copy full SHA for d84f331
help_test.go
@@ -32,17 +32,6 @@ var _ = Describe("Help", func() {
32
stderr = vtclean.Clean(cli.Stderr.(*bytes.Buffer).String(), false)
33
})
34
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
46
Context("heroku help", func() {
47
BeforeEach(func() {
48
cli.Start("heroku", "help")
0 commit comments