Added test for new fallback explanation message

This commit is contained in:
Nathan Broadbent
2012-08-13 01:23:27 +12:00
parent 3a507fbd5a
commit 9410387485

View File

@@ -207,6 +207,7 @@ test_git_status_shortcuts_max_changes() {
touch f
git_status=$(git_status_shortcuts | strip_colors)
assertNotIncludes "$git_status" "\[[0-9]*\]" || return
assertIncludes "$git_status" "There were more than 5 changed files." || return
export gs_max_changes="20"
}