test/lazylead/task/accuracy/attachment_test.rb in lazylead-0.7.0 vs test/lazylead/task/accuracy/attachment_test.rb in lazylead-0.7.1

- old
+ new

@@ -32,10 +32,10 @@ class Txt < Attachment def initialize super "", 0, "" end - def matching(attach) + def matches?(attach) "ConfigServerLogWithException.txt".eql? attach.attrs["filename"] end end test "attachment is present" do