Merge kmx's remote_credential branch
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app.t
CommitLineData
dde93f12 1use strict;
2use warnings;
3
928722c0 4use Test::More;
04d44fa1 5
6BEGIN {
7 plan skip_all => "Digest::SHA1 is required for this test" unless eval { require Digest::SHA1 };
928722c0 8 plan "no_plan";
04d44fa1 9}
dde93f12 10
b42497b3 11use lib 't/lib';
dde93f12 12use Catalyst::Test qw/AuthTestApp/;
13
b42497b3 14ok(get("/moose"), "get ok");