master
kirshapps 2015-02-24 18:39:55 +00:00
parent c9e95221fd
commit b314871ed1
1 changed files with 3 additions and 3 deletions

View File

@ -3,16 +3,16 @@
use strict;
use warnings;
use Test::More;
use DDG::Test::goodie;
use DDG::Test::Goodie;
zci answer_type => "is_awesome_kirshapps";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::goodie::IsAwesome::kirshapps
DDG::Goodie::IsAwesome::kirshapps
)],
'duckduckhack kirshapps' => test_zci('kirshapps is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack kirshapps' => test_zci('kirshapps is awesome and has successfully completed the DuckDuckHack goodie tutorial!'),
'duckduckhack kirshapps is awesome' => undef,
);