X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fopml.t;h=d468b44c45276ff7195ee8f500a259b5293e7737;hb=f539912a48fceb909e771cbcbccabb447b748024;hp=a3ea5c62c3a07da30f9f914fcb6ac5b6a5b3dce2;hpb=65afba8d8c18df361b4ee0223aff342bc0d46ae2;p=catagits%2FGitalist.git diff --git a/t/opml.t b/t/opml.t index a3ea5c6..d468b44 100644 --- a/t/opml.t +++ b/t/opml.t @@ -6,6 +6,7 @@ use TestGitalist; my $res = request('/opml'); ok $res->is_success; +is $res->content_type, 'application/rss'; like $res->content, qr{Gitalist}; like $res->content, qr{xmlUrl="http://localhost/bare.git/rss"}; like $res->content, qr{text="repo1 - some test repository"};