From 202e09b61503c407232ddc142cb48c848cfecf02 Mon Sep 17 00:00:00 2001 From: rsilvola Date: Fri, 4 Mar 2016 08:00:25 +0000 Subject: [PATCH] Added tests that for queries that should not trigger --- t/JustDeleteMe.t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/t/JustDeleteMe.t b/t/JustDeleteMe.t index 348676c354..26b975a136 100644 --- a/t/JustDeleteMe.t +++ b/t/JustDeleteMe.t @@ -38,7 +38,10 @@ ddg_spice_test( '/js/spice/just_delete_me/cloud', call_type => 'include', caller => 'DDG::Spice::JustDeleteMe' - ) + ), + 'facebook account' => undef, # does not contain any of the triggers + 'delete facebook' => undef, # does not contain any of the required words + 'delete fac account' => undef # keyword shorter than 4 characters ); done_testing;