fixed metadata attribution line, removed comments from tests
parent
9a08e1bead
commit
e4f6c1fa18
|
@ -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";
|
||||
|
||||
|
|
|
@ -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,
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue