Skip to content

Commit

Permalink
Test that /feed/news returns something useful.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed May 3, 2014
1 parent f03f54e commit ebad112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/controller/feed.t
Expand Up @@ -4,7 +4,7 @@ use Test::More;
use MetaCPAN::Web::Test;
use Try::Tiny;

my @tests = qw(/feed/recent /feed/author/PERLER /feed/distribution/Moose);
my @tests = qw(/feed/recent /feed/author/PERLER /feed/distribution/Moose /feed/news);

test_psgi app, sub {
my $cb = shift;
Expand Down

0 comments on commit ebad112

Please sign in to comment.