Add plans to tests so that aggregate smoke results work correctly. Without a plan...
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms_compat.t
CommitLineData
692dcea4 1use strict;
2use warnings;
3
5c5ba142 4use Test::More tests => 1;
692dcea4 5
6use lib 't/lib';
7use Catalyst::Test qw/AuthRealmTestAppCompat/;
8
9ok(get("/moose"), "get ok");