class SuperDiff::RSpec::Differs::ObjectHavingAttributes

Public Class Methods

applies_to?(expected, _actual) click to toggle source
# File lib/super_diff/rspec/differs/object_having_attributes.rb, line 5
def self.applies_to?(expected, _actual)
  SuperDiff::RSpec.an_object_having_some_attributes?(expected)
end

Private Instance Methods

operation_tree_builder_class() click to toggle source
# File lib/super_diff/rspec/differs/object_having_attributes.rb, line 11
def operation_tree_builder_class
  OperationTreeBuilders::ObjectHavingAttributes
end