From cd0c8599cc22bd9609c786200c186b4268d92208 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sat, 19 Nov 2016 15:36:02 -0800 Subject: [PATCH] Use describe helper function --- test/integration-test-main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration-test-main.sh b/test/integration-test-main.sh index c88bc36..3a19b10 100755 --- a/test/integration-test-main.sh +++ b/test/integration-test-main.sh @@ -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}