Skip to content

Commit

Permalink
Merge pull request pherkin#114 from ehuelsmann/tap-source
Browse files Browse the repository at this point in the history
* Wrap call to 'note()' in local Test::Builder
  • Loading branch information
ehuelsmann committed Feb 6, 2017
2 parents 563200b + bad1a17 commit aa411dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test/BDD/Cucumber/Harness/TestBuilder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ sub _note_step_data {

if ( ref( $step->data ) eq 'ARRAY' ) {
for (@step_data) {
note( $di . $_ );
$self->_tb->note( $di . $_ );
}
} else {
$self->_tb->note( $di . '"""' );
Expand Down

0 comments on commit aa411dc

Please sign in to comment.