Skip to content

Commit 0b49b57

Browse files
bino98mcmire
authored andcommitted
Update validate_exclusion_of_matcher.rb
1 parent 068b0e7 commit 0b49b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/shoulda/matchers/active_model/validate_exclusion_of_matcher.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module ActiveModel
3535
# include ActiveModel::Model
3636
# attr_accessor :supported_os
3737
#
38-
# validates_exclusion_of :supported_os, in: ['Mac', 'Linux']
38+
# validates_exclusion_of :supported_os, in: 5..8
3939
# end
4040
#
4141
# # RSpec

0 commit comments

Comments
 (0)