Corrections for 5ika's first goodie

master
5ika 2015-02-02 08:50:52 +00:00
parent e8908731f5
commit 3b6fe7953b
2 changed files with 1 additions and 6 deletions

View File

@ -22,7 +22,7 @@ triggers start => "duckduckhack 5ika";
handle remainder => sub {
return if $_;
return "Sika is awesome !";
return "Sika is awesome !";
};
1;

View File

@ -10,12 +10,7 @@ zci is_cached => 1;
ddg_goodie_test(
[qw( DDG::Goodie::IsAwesome::5ika )],
# At a minimum, be sure to include tests for all:
# - primary_example_queries
# - secondary_example_queries
'duckduckhack 5ika' => test_zci('Sika is awesome !'),
# Try to include some examples of queries on which it might
# appear that your answer will trigger, but does not.
'duckduckhack 5ika is awesome !' => undef,
);