Module: Shoulda::Matchers::ActiveModel::NumericalityMatchers

Defined in:
lib/shoulda/matchers/active_model/numericality_matchers.rb,
lib/shoulda/matchers/active_model/numericality_matchers/submatchers.rb,
lib/shoulda/matchers/active_model/numericality_matchers/range_matcher.rb,
lib/shoulda/matchers/active_model/numericality_matchers/odd_number_matcher.rb,
lib/shoulda/matchers/active_model/numericality_matchers/even_number_matcher.rb,
lib/shoulda/matchers/active_model/numericality_matchers/numeric_type_matcher.rb,
lib/shoulda/matchers/active_model/numericality_matchers/only_integer_matcher.rb

Defined Under Namespace

Classes: EvenNumberMatcher, NumericTypeMatcher, OddNumberMatcher, OnlyIntegerMatcher, RangeMatcher, Submatchers