-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
A required attribute should also have a value, just just its inclusion in the args.
ruby-mutant/lib/ruby-mutant/base.rb
Line 129 in 71a00b1
| # TODO need to also check that these required attributes have values |
In a mutation, when we mark an attribute as being required using the method required_attr :my_attr, the presence alone should not be an indication of requirement but it should also be a non nil value.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request