Erm, the test app for comparison needs to be generated with the current code, or...
[catagits/Catalyst-Devel.git] / t / TestAppForComparison / 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', 'TestAppForComparison' }
7
8 ok( request('/')->is_success, 'Request should succeed' );