Add testing to atom, fix RSS links
[catagits/Gitalist.git] / t / 01app.t
index 256c2ed..42ff71e 100644 (file)
--- a/t/01app.t
+++ b/t/01app.t
@@ -10,9 +10,7 @@ BEGIN {
     use_ok 'Catalyst::Test', 'Gitalist';
 }
 
-ok( request('/')->is_success, 'Request should succeed' );
-
-for my $p (qw/ repo1 nodescription bare.git opml /) {
+for my $p ('', qw/ repo1 nodescription bare.git opml /) {
     my $path = '/' . $p;
     ok( request($path)->is_success, "$path should succeed");
 }