# File lib/rspec/rails/matchers/be_a_new.rb, line 35
  def unmatched_attributes
    attributes.stringify_keys.reject do |key, value|
      actual.attributes[key].eql?(value)
    end
  end