lib/shoulda/matchers/active_model/numericality_matchers.rb



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