Skip to content

Commit

Permalink
Add test for '--message' with spaces in it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Pearson committed Dec 17, 2015
1 parent dae280a commit b750ac3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arg-parsing-test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,8 @@ write_conf_file() {
parse_args --config-file conf --no-hash
assert that "$append_hash" = "false"
}
@test ' sets a commit message with spaces in it.' {
parse_args --message "a message"
assert that "$commit_message" = "a message"
}

0 comments on commit b750ac3

Please sign in to comment.