fix Module::Install without . in @INC
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms_compat.t
CommitLineData
692dcea4 1use strict;
2use warnings;
3
bf4d93a4 4use Test::More;
5
6BEGIN {
7 plan "no_plan";
8}
692dcea4 9
10use lib 't/lib';
11use Catalyst::Test qw/AuthRealmTestAppCompat/;
12
13ok(get("/moose"), "get ok");