Update validate_exclusion_of_matcher.rb

This commit is contained in:
Takafumi Yamamoto 2020-01-17 15:32:23 +09:00 committed by Elliot Winkler
parent 068b0e7afc
commit 0b49b5762f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module Shoulda
# include ActiveModel::Model
# attr_accessor :supported_os
#
# validates_exclusion_of :supported_os, in: ['Mac', 'Linux']
# validates_exclusion_of :supported_os, in: 5..8
# end
#
# # RSpec