fix typos Debian picked up
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms_progressive.t
1 use strict;
2 use warnings;
3
4 use Test::More;
5
6 use lib 't/lib';
7 use Catalyst::Test qw/AuthRealmTestAppProgressive/;
8
9 ok(get("/progressive"), "get ok");
10
11 done_testing;
12