Check the true statement(s)
If :state returns false, the other validations are not called
If value == 5, foo.valid? returns true
If value == 4, the validation of the inclusion of value among the values [4,5,6] is called
If value is nil, calling foo.valid? returns an exception