summaryrefslogtreecommitdiff
path: root/spec/unit/property
Commit message (Expand)AuthorAgeFilesLines
* Make required name attributes workjk/required_name_attributeJohn Keiser2015-07-021-4/+4
* Fix set_or_return order: default->coerce->validateJohn Keiser2015-06-231-23/+31
* Add property_is_set?John Keiser2015-06-231-31/+25
* Ensure validators don't run against initial valuesJohn Keiser2015-06-231-0/+3
* Don't validate `nil` when setting the value to nilJohn Keiser2015-06-231-19/+33
* Allow values to be set to nil (override defaults) if user allows itJohn Keiser2015-06-231-26/+121
* Make "is" fail if you pass nil and don't validate itJohn Keiser2015-06-231-59/+87
* Add name_propertyJohn Keiser2015-06-231-1/+1
* Add property Type as an alias to isJohn Keiser2015-06-232-39/+82
* Add "is" to propertyJohn Keiser2015-06-231-55/+55
* Create property on resource, alias attribute to itJohn Keiser2015-06-232-0/+958