8773483ed6ba61989b560494eb04d43095a1ae64
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7
8 BEGIN {
9     plan "no_plan";
10 }
11
12 use lib 't/lib';
13 use Catalyst::Test qw/AuthRealmTestApp/;
14
15 ok(get("/moose"), "get ok");