Small (but personally bothersome) typo
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app.t
CommitLineData
dde93f12 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More 'no_plan';
7
b42497b3 8use lib 't/lib';
dde93f12 9use Catalyst::Test qw/AuthTestApp/;
10
b42497b3 11ok(get("/moose"), "get ok");