class RSpec::Rails::Matchers::BeANew

def unmatched_attributes

def unmatched_attributes
  attributes.stringify_keys.reject do |key, value|
    values_match?(value, actual.attributes[key])
  end
end