From 4b07f88f55120e6aed298780ca8d83e48ac0bd21 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 11 May 2014 21:47:56 -0400 Subject: [PATCH] fail procuedure will now output file:line This is still temporary, but will aid in debugging until a reporter is created --- src/spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/spec b/src/spec index 7c8ef09..feaab9c 100644 --- a/src/spec +++ b/src/spec @@ -214,7 +214,8 @@ fail() echo echo " exit code: $__spec_rexit" - exit 1 + echo + _bail "expectation failure" }