App-Nopaste
view release on metacpan or search on metacpan
t/004-service.t view on Meta::CPAN
use strict;
use warnings;
use Test::More 0.88;
use Test::Deep;
use Test::Fatal;
use App::Nopaste::Service;
like(
exception { App::Nopaste::Service->uri() },
qr/App::Nopaste::Service must provide a 'uri' method/,
'appropriate error when no URI is provided',
);
done_testing;
( run in 0.980 second using v1.01-cache-2.11-cpan-54e63673c56 )