thoughtbot--shoulda-matchers/lib
Tiago Cardoso 9e77132b34 Add comparison submatchers to validate_numericality_of
You can now use the following with validate_numericality_of:

* is_greater_than (corresponds to :greater_than)
* is_greater_than_or_equal_to (corresponds to :greater_than_or_equal_to)
* is_equal_to (corresponds to :equal_to)
* is_less_than (corresponds_to :less_than)
* is_less_than_or_equal_to (corresponds_to :less_than_or_equal_to)
2013-05-23 21:08:40 -06:00
..
shoulda Add comparison submatchers to validate_numericality_of 2013-05-23 21:08:40 -06:00
shoulda-matchers.rb Switched to allowing a more canonical require statement 2011-01-31 16:45:13 -05:00