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