Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Added tests that for queries that should not trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
rsilvola committed Mar 4, 2016
1 parent b86991d commit 202e09b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion t/JustDeleteMe.t
Expand Up @@ -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;
Expand Down

0 comments on commit 202e09b

Please sign in to comment.