Skip to content

Commit

Permalink
Misses an invocation to the actual builder
Browse files Browse the repository at this point in the history
  • Loading branch information
yannk committed Apr 11, 2010
1 parent 70e74e2 commit 49c2938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test/Cukes.pm
Expand Up @@ -39,7 +39,7 @@ sub runtests {
SKIP: SKIP:
for my $step_text (@{$scenario->steps}) { for my $step_text (@{$scenario->steps}) {
my ($pre, $step) = split " ", $step_text, 2; my ($pre, $step) = split " ", $step_text, 2;
Test::Cukes->skip($step, 1) if $skip; Test::Cukes->builder->skip($step) if $skip;


$gwt = $pre if $pre =~ /(Given|When|Then)/; $gwt = $pre if $pre =~ /(Given|When|Then)/;


Expand Down

0 comments on commit 49c2938

Please sign in to comment.