Update vedantham.t
parent
66126ba22a
commit
6456a6e7f0
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Test::More;
|
||||
|
@ -16,15 +15,4 @@ ddg_goodie_test(
|
|||
'duckduckhack vedantham is awesome' => undef,
|
||||
);
|
||||
|
||||
#ddg_goodie_test(
|
||||
# [qw( DDG::Goodie::IsAwesome::vedantham )],
|
||||
# At a minimum, be sure to include tests for all:
|
||||
# - primary_example_queries
|
||||
# - secondary_example_queries
|
||||
# 'example query' => test_zci('query'),
|
||||
# Try to include some examples of queries on which it might
|
||||
# appear that your answer will trigger, but does not.
|
||||
# 'bad example query' => undef,
|
||||
# );
|
||||
|
||||
done_testing;
|
||||
|
|
Loading…
Reference in New Issue