use core Digest::SHA rather than Digest::SHA1
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_realms_compat.t
1 use strict;
2 use warnings;
3
4 use Test::More;
5
6 BEGIN {
7     plan "no_plan";
8 }
9
10 use lib 't/lib';
11 use Catalyst::Test qw/AuthRealmTestAppCompat/;
12
13 ok(get("/moose"), "get ok");