bf5fe6bfbbb91073d391cafe8e4952000fe55f34
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms_progressive.t
1 use strict;
2 use warnings;
3
4 use Test::More tests => 7;
5
6 use lib 't/lib';
7 use Catalyst::Test qw/AuthRealmTestAppProgressive/;
8
9 ok(get("/progressive"), "get ok");