public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
Defensio::Client#report_false_positives and #report_false_negatives expect 
an array of signatures.

This makes the tests green again!
francois (author)
Mon Mar 03 04:02:38 -0800 2008
commit  e570abd0a08dd9be0423496deeb135c36cfd6537
tree    98fbfa4d14ad5d00dd46547351733ab766270de0
parent  1ecb41d5aa2531c2d8e4872612d503d980479c8d
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module Mephisto
0
   module SpamDetectionEngines
0
     class DefensioEngine < Mephisto::SpamDetectionEngine::Base
0
       def valid?
0
- [:defensio_url, :defensio_key].all? {|key| options.has_key?(key)}
0
+ [:defensio_url, :defensio_key].all? {|key| !options[key].blank?}
0
       end
0
 
0
       def valid_key?

Comments

    No one has commented yet.