d27d291424918e30b8378c702b5f616f0eec7298
[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");