Skip to content

Commit

Permalink
Fixing typo from previous check-in
Browse files Browse the repository at this point in the history
  • Loading branch information
prat0088 committed Feb 28, 2010
1 parent 6f5a4f0 commit d50465b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/runtest-with-arg.t
Expand Up @@ -5,7 +5,6 @@ my @passed;

Given qr/blah1/ => sub {
push @passed, 1;

assert @passed == 1;
};

Expand All @@ -22,7 +21,7 @@ Then qr/blah3/ => sub {
# Cukes's plan.
assert 1 == $passed[0];
assert 2 == $passed[1];
assert 3 == $passed[3];
assert 3 == $passed[2];
};

runtests(<<FEATURE_TEXT);
Expand Down

0 comments on commit d50465b

Please sign in to comment.