zeroclickinfo-goodies/t/IsAwesome/kirshapps.t

20 lines
428 B
Perl
Raw Normal View History

2015-02-20 15:40:20 -08:00
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
2015-02-24 10:39:55 -08:00
use DDG::Test::Goodie;
2015-02-20 15:40:20 -08:00
zci answer_type => "is_awesome_kirshapps";
zci is_cached => 1;
ddg_goodie_test(
[qw(
2015-02-24 10:39:55 -08:00
DDG::Goodie::IsAwesome::kirshapps
2015-02-20 15:40:20 -08:00
)],
2015-02-24 10:39:55 -08:00
'duckduckhack kirshapps' => test_zci('kirshapps is awesome and has successfully completed the DuckDuckHack goodie tutorial!'),
2015-02-20 15:40:20 -08:00
'duckduckhack kirshapps is awesome' => undef,
);
done_testing;