mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
10 lines
135 B
Ruby
10 lines
135 B
Ruby
![]() |
module Shoulda
|
||
|
module Matchers
|
||
|
module ActiveModel
|
||
|
# @private
|
||
|
module NumericalityMatchers
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|