Skip to content

Commit

Permalink
Bugfix for WIP steps
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Sep 14, 2009
1 parent 963f238 commit 8080cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/test_case.js
Expand Up @@ -56,6 +56,7 @@
if (!step.definition) {
testCaseClass.stats.wip++;
testCaseClass.emit('step.wip', step);
testCaseClass.emit('testCase.end');
} else {
try {
step.definition.fn.apply(testCaseClass, step.definition.args);
Expand Down

0 comments on commit 8080cb9

Please sign in to comment.