a4bbbbb91e299ecdbbd7d038543575863331a8a7
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms_compat.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/AuthRealmTestAppCompat/;
8
9 ok(get("/moose"), "get ok");