Merge kmx's remote_credential branch
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms_compat.t
CommitLineData
b7a9f78d 1use strict;
2use warnings;
3
928722c0 4use Test::More;
5
6BEGIN {
7 plan "no_plan";
8}
b7a9f78d 9
10use lib 't/lib';
11use Catalyst::Test qw/AuthRealmTestAppCompat/;
12
13ok(get("/moose"), "get ok");