Class: DynportTools::HaveAttributesMatcher::HaveAllAttributes

Inherits:
HaveAttributes
  • Object
show all
Defined in:
lib/dynport_tools/have_attributes.rb

Instance Method Summary collapse

Methods inherited from HaveAttributes

#differ, #failure_message, #initialize

Constructor Details

This class inherits a constructor from DynportTools::HaveAttributesMatcher::HaveAttributes

Instance Method Details

#matches?(record) ⇒ Boolean

Returns:

  • (Boolean)


39
40
41
42
# File 'lib/dynport_tools/have_attributes.rb', line 39

def matches?(record)
  differ.diff_all = true
  super(record)
end