Use describe helper function

This commit is contained in:
Andrew Gaul 2016-11-19 15:36:02 -08:00
parent edd0a11fb5
commit cd0c8599cc

View File

@ -42,7 +42,7 @@ function test_truncate_file {
}
function test_truncate_empty_file {
echo "Testing truncate empty file ..."
describe "Testing truncate empty file ..."
# Write an empty test file
touch ${TEST_TEXT_FILE}