Update vedantham.t

master
vedantham 2014-12-19 15:31:19 -05:00
parent 66126ba22a
commit 6456a6e7f0
1 changed files with 0 additions and 12 deletions

View File

@ -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;