Factor test applications out to separate files due to change in Catalyst::Test in...
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More 'no_plan';
7
8 use lib 't/lib';
9 use Catalyst::Test qw/AuthTestApp/;
10
11 ok(get("/moose"), "get ok");