Skip to content

Commit

Permalink
calculate plan from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Mar 19, 2013
1 parent b86b614 commit c45da65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/24-identify-feed.t
@@ -1,5 +1,5 @@
use strict;
use Test::More tests => 3;
use Test::More;
use XML::Feed;
use URI;

Expand All @@ -8,6 +8,7 @@ my %Feeds = (
't/samples/rss10.xml' => 'RSS',
't/samples/rss20.xml' => 'RSS',
);
plan tests => scalar keys %Feeds;

for my $file (keys %Feeds) {
my $feed = XML::Feed->parse($file);
Expand Down

0 comments on commit c45da65

Please sign in to comment.