Skip to content

Commit

Permalink
Match colors with other rows
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Aug 12, 2019
1 parent 442aebc commit 091a531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libexec/reporter/references_formatter.sh
Expand Up @@ -32,7 +32,7 @@ references_each() {
end)
[ "$example_count_per_file" -eq "$field_example_count" ] && return 0

set -- "${RED}shellspec $field_specfile${RESET}" \
set -- "${BOLD}${RED}shellspec $field_specfile${RESET}" \
"$CYAN# expected $field_example_count examples," \
"but only ran $example_count_per_file examples${RESET}"

Expand Down

0 comments on commit 091a531

Please sign in to comment.