fixed metadata attribution line, removed comments from tests

master
claytonspinner 2014-12-06 23:29:48 +00:00
parent 9a08e1bead
commit e4f6c1fa18
2 changed files with 4 additions and 7 deletions

View File

@ -12,7 +12,7 @@ primary_example_queries "duckduckhack claytonspinner";
category "special";
topics "special_interest", "geek";
code_url "https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/IsAwesome/claytonspinner.pm";
attribution github => ["https://github.com/claytonspinner", "claytonspinner"],
attribution github => ["https://github.com/claytonspinner", "claytonspinner"];
triggers start => "duckduckhack claytonspinner";

View File

@ -9,13 +9,10 @@ zci answer_type => "is_awesome_claytonspinner";
zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::claytonspinner )],
# At a minimum, be sure to include tests for all:
# - primary_example_queries
# - secondary_example_queries
[qw(
DDG::Goodie::IsAwesome::claytonspinner
)],
'duckduckhack claytonspinner' => test_zci('claytonspinner is awesome and has successfully completed the DuckDuckHack Goodie tutorial!'),
# Try to include some examples of queries on which it might
# appear that your answer will trigger, but does not.
'duckduckhack claytonspinner is awesome' => undef,
);