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