class Shoulda::ActiveRecord::Matchers::ValidateNumericalityOfMatcher
def matches?(subject)
def matches?(subject) super(subject) @expected_message ||= :not_a_number disallows_value_of('abcd', @expected_message) end
def matches?(subject) super(subject) @expected_message ||= :not_a_number disallows_value_of('abcd', @expected_message) end