From 6456a6e7f01543566200b75515822ff05006f172 Mon Sep 17 00:00:00 2001 From: vedantham Date: Fri, 19 Dec 2014 15:31:19 -0500 Subject: [PATCH] Update vedantham.t --- t/IsAwesome/vedantham.t | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/t/IsAwesome/vedantham.t b/t/IsAwesome/vedantham.t index 9e0c6c369..aea276128 100644 --- a/t/IsAwesome/vedantham.t +++ b/t/IsAwesome/vedantham.t @@ -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;