class DynportTools::HaveAttributesMatcher::HaveAllAttributes

Public Instance Methods

matches?(record) click to toggle source
# File lib/dynport_tools/have_attributes.rb, line 39
def matches?(record)
  differ.diff_all = true
  super(record)
end