thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_model/numericality_matchers.rb

10 lines
135 B
Ruby

module Shoulda
module Matchers
module ActiveModel
# @private
module NumericalityMatchers
end
end
end
end