Skip to content

Commit

Permalink
Update test to cover help subcommand output
Browse files Browse the repository at this point in the history
  • Loading branch information
iamralch committed May 8, 2016
1 parent 279f213 commit ce00b76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/subcommand_test.go
Expand Up @@ -359,6 +359,7 @@ var _ = Describe("Subcommand", func() {
Ω(output).Should(ContainSubstring("-succinct"))
Ω(output).Should(ContainSubstring("-nodes"))
Ω(output).Should(ContainSubstring("ginkgo generate"))
Ω(output).Should(ContainSubstring("ginkgo help <COMMAND>"))
})
})
})

0 comments on commit ce00b76

Please sign in to comment.