zeroclickinfo-goodies/t/Rot13.t

19 lines
300 B
Perl

#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
zci answer_type => 'rot13';
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::Rot13
)],
'rot13 This is a test' => test_zci('ROT13: Guvf vf n grfg'),
);
done_testing;