[Source]
# File lib/spec/expectations/should/change.rb, line 59 59: def evaluate_change 60: if @before_change != @after_change 61: fail_with_message "#{@message} should not have changed, but is now #{@after_change.inspect}" 62: end 63: end
[Validate]