class DynportTools::HaveAttributesMatcher::HaveAllAttributes
Public Instance Methods
matches?(record)
click to toggle source
Calls superclass method
DynportTools::HaveAttributesMatcher::HaveAttributes#matches?
# File lib/dynport_tools/have_attributes.rb, line 39 def matches?(record) differ.diff_all = true super(record) end