Skip to content

Commit

Permalink
Update validate_exclusion_of_matcher.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
bino98 authored and mcmire committed Jan 17, 2020
1 parent 068b0e7 commit 0b49b57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module ActiveModel
# 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
Expand Down

0 comments on commit 0b49b57

Please sign in to comment.