Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add plan to first-code-block tests
  • Loading branch information
Paul Cochrane committed Feb 20, 2015
1 parent b9300ba commit 1b44b51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/pod-convenience.t
Expand Up @@ -6,6 +6,7 @@ use Pod::Convenience;
plan 10;

subtest {
plan 4;
eval_dies_ok('use Pod::Convenience; first-code-block();', "pod argument required");
eval_dies_ok('use Pod::Convenience; first-code-block("moo");', "array argument required");

Expand Down

0 comments on commit 1b44b51

Please sign in to comment.