class Spec::Matchers::Change

def evaluate_value_proc_with_ensured_evaluation_of_proxy

def evaluate_value_proc_with_ensured_evaluation_of_proxy
  value = evaluate_value_proc_without_ensured_evaluation_of_proxy
  ActiveRecord::Associations::AssociationProxy === value ? value.dup : value
end