Updating Changes file
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms.t
CommitLineData
52eebd31 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More;
7
8BEGIN {
9 plan "no_plan";
10}
11
12use lib 't/lib';
13use Catalyst::Test qw/AuthRealmTestApp/;
14
15ok(get("/moose"), "get ok");