ValidateInclusionOfMatcher#allow_nil should return `self`

It was doing this until this change, now some tests are breaking. C
This commit is contained in:
Dan Frenette 2019-01-03 14:04:02 -05:00 committed by Elliot Winkler
parent 0cbd2b533d
commit b4d8d3566a
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ EOT
def allow_nil
@options[:allow_nil] = true
self
end
def expects_to_allow_nil?