CatalystX-OAuth2-Provider

 view release on metacpan or  search on metacpan

t/live-test.t  view on Meta::CPAN


use strict;
use warnings;
use Test::More;

# setup library path
use FindBin qw($Bin);
use lib "$Bin/lib";

use HTTP::Headers;
use HTTP::Request::Common;
use LWP::Simple qw(!get);

use JSON::Any;

# make sure testapp works
use ok 'TestApp';

# a live test against TestApp, the test application
use Test::WWW::Mechanize::Catalyst 'TestApp';
my $mech = Test::WWW::Mechanize::Catalyst->new;



( run in 0.465 second using v1.01-cache-2.11-cpan-de7293f3b23 )