Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Oct 23, 2024
1 parent 7ec7d9f commit 2596c91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cmd_generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ mod test {
assert!(stdout.contains("### About"), "");

assert_eq!(stderr, "");

// Ensure we don't generate the help command.
assert!(!stdout.contains("help.md"));
}

#[test]
Expand Down

0 comments on commit 2596c91

Please sign in to comment.