Changes to allow for dropping of the 'realms' config hash and instead
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms.t
CommitLineData
52eebd31 1use strict;
2use warnings;
3
bf4d93a4 4use Test::More;
5
6BEGIN {
7 plan "no_plan";
8}
9
52eebd31 10
11use lib 't/lib';
12use Catalyst::Test qw/AuthRealmTestApp/;
13
14ok(get("/moose"), "get ok");