Erm, the test app for comparison needs to be generated with the current code, or...
[catagits/Catalyst-Devel.git] / t / TestAppForComparison / t / 01app.t
CommitLineData
26e2c891 1#!/usr/bin/env perl
057cf470 2use strict;
3use warnings;
4use Test::More tests => 2;
5
6BEGIN { use_ok 'Catalyst::Test', 'TestAppForComparison' }
7
8ok( request('/')->is_success, 'Request should succeed' );