Added gitweb.cgi copyright info. Thanks to chrisa for pointing that out!
[catagits/Gitalist.git] / t / 01app.t
1 #!/usr/bin/env perl
2 use strict;
3 use warnings;
4 use Test::More tests => 2;
5
6 BEGIN { use_ok 'Catalyst::Test', 'Gitalist' }
7
8 ok( request('/')->is_success, 'Request should succeed' );