Merge pull request #504 from andrewgaul/test

Use describe helper function
This commit is contained in:
Takeshi Nakatani 2016-11-20 09:10:16 +09:00 committed by GitHub
commit 7aae4782d9

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}