class Shoulda::Matchers::ActiveModel::ValidateComparisonOfMatcher
def is_equal_to(value)
def is_equal_to(value) prepare_submatcher(comparison_matcher_for(value, :==).for(attribute)) self end
def is_equal_to(value) prepare_submatcher(comparison_matcher_for(value, :==).for(attribute)) self end