1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
This commit is contained in:
George Millo 2014-11-06 16:19:12 +07:00 committed by Elliot Winkler
parent 0da09b2132
commit 68a419a20e

View file

@ -29,7 +29,7 @@ module Shoulda
# in_array(['Mac', 'Linux'])
# end
#
# If your blacklist is a range of values, use `in_rnage`:
# If your blacklist is a range of values, use `in_range`:
#
# class Game
# include ActiveModel::Model