Skip to content

Instantly share code, notes, and snippets.

@konobi
Created October 27, 2009 03:26
Show Gist options
  • Save konobi/219274 to your computer and use it in GitHub Desktop.
Save konobi/219274 to your computer and use it in GitHub Desktop.
my $i = 0;
for my $result (@{ $obj->gain_results }){
is($result, $expected_result->[$i++], "Gained expected result");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment