# File lib/shoulda/active_record/matchers/allow_value_matcher.rb, line 16
16:       def allow_value(value)
17:         AllowValueMatcher.new(value)
18:       end