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