Remove non-working tests
[catagits/Catalyst-Runtime.git] / t / TestApp / 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', '' }
7
8 ok( request('/')->is_success, 'Request should succeed' );