remove she-bang lines.
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms.t
CommitLineData
52eebd31 1use strict;
2use warnings;
3
4use Test::More;
5
6BEGIN {
7 plan "no_plan";
8}
9
10use lib 't/lib';
11use Catalyst::Test qw/AuthRealmTestApp/;
12
13ok(get("/moose"), "get ok");