6d73d6e61729abb390e7b149c1d31a74a9d2c3e9
[catagits/Catalyst-Runtime.git] / t / deprecated_appclass_action_warnings.t
1 use strict;
2 use warnings;
3
4 use FindBin;
5 use lib "$FindBin::Bin/lib";
6
7 use Test::More;
8 use Catalyst::Test 'DeprecatedActionsInAppClassTestApp';
9
10 plan tests => 2;
11
12 ok( my $response = request('http://localhost/foo'), 'Request' );
13 ok( $response->is_success, 'Response Successful 2xx' );