0e1fbc6f02a6442fa262f5b21ea96117ed789320
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms.t
1 use strict;
2 use warnings;
3
4 use Test::More tests => 1;
5
6 use lib 't/lib';
7 use Catalyst::Test qw/AuthRealmTestApp/;
8
9 ok(get("/moose"), "get ok");