Checking in changes prior to tagging of version 0.100092_01. Changelog diff is:
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms.t
CommitLineData
502176fa 1use strict;
2use warnings;
3
928722c0 4use Test::More;
5
6BEGIN {
7 plan "no_plan";
8}
9
502176fa 10
11use lib 't/lib';
12use Catalyst::Test qw/AuthRealmTestApp/;
13
14ok(get("/moose"), "get ok");