zeroclickinfo-goodies/t/IsAwesome/gokul1794.t

19 lines
427 B
Perl
Raw Normal View History

2015-06-30 07:55:59 -07:00
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use DDG::Test::Goodie;
2015-07-08 17:57:28 -07:00
zci answer_type => "is_awesome_gokul1794";
2015-06-30 07:55:59 -07:00
zci is_cached => 1;
ddg_goodie_test(
[qw(
2015-07-08 17:57:28 -07:00
DDG::Goodie::IsAwesome::gokul1794
2015-06-30 07:55:59 -07:00
)],
'duckduckhack gokul1794' => test_zci('gokul1794 is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack gokul1794 is awesome' => undef,
);
2015-07-08 17:57:28 -07:00
done_testing;