From 4d4c31c16e0ca3384654edab84e2eb68faf54e07 Mon Sep 17 00:00:00 2001 From: Zac Echola Date: Thu, 25 Sep 2014 20:53:41 -0500 Subject: fix #7 --- test/bootlint_test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/bootlint_test.js b/test/bootlint_test.js index 7654c5c..2abb96e 100644 --- a/test/bootlint_test.js +++ b/test/bootlint_test.js @@ -67,8 +67,8 @@ exports.bootlint = { }, function(err, result) { test.ok(result.stdout.indexOf("is OK") >= 0, 'Should print filepath is OK!'); - test.ok(result.stdout.indexOf("All Done!") >= 0, - 'Should print All Done! message'); + test.ok(result.stdout.indexOf("No Bootlint errors!") >= 0, + 'Should print "No Bootlint errors!" message'); test.done(); }); }, -- cgit v1.2.3