File: 004-06-pastie.t

package info (click to toggle)
libapp-nopaste-perl 1.013-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 456 kB
  • sloc: perl: 1,334; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;

use Test::More 0.88;

use App::Nopaste::Service::Pastie;

is(App::Nopaste::Service::Pastie->uri, 'http://pastie.org/');

done_testing;