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