summaryrefslogtreecommitdiff
path: root/spec/unit/property/validation_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Force requiring propertiesLamont Granquist2020-04-171-1/+25
* Style/SymbolProcLamont Granquist2019-07-051-1/+1
* Style/SymbolArrayLamont Granquist2019-07-021-12/+12
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* Setting nil to properties with implicit nil sets default valueLamont Granquist2018-03-221-4/+51
* Implement RFC 101: Custom Validation MessagesThom May2018-02-121-0/+9
* Chef-13: Nillable propertiesLamont Granquist2017-03-151-69/+51
* add nillable apt_repository and nillable propertiesLamont Granquist2016-04-141-7/+23
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-4/+4
* auto fixing some rubocopsLamont Granquist2016-02-091-4/+4
* autofixing whitespace copsLamont Granquist2016-02-051-8/+12
* Fix nil with properties:John Keiser2016-01-271-90/+125
* Use double quotes by defaultThom May2016-01-141-117/+117
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* Don't warn when setting a property to nil unless its value wouldjk/updates2John Keiser2015-12-141-12/+14
* Flatten regex validation array so nested arrays workJohn Keiser2015-07-291-0/+5
* Move property type derivation from "property_type" to "property"John Keiser2015-07-031-1/+4
* Add Property.create and Resource.property_type for type system overridingJohn Keiser2015-07-031-1/+1
* Make required name attributes workJohn Keiser2015-07-031-25/+28
* 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
* 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-231-37/+81
* Add "is" to propertyJohn Keiser2015-06-231-55/+55
* Create property on resource, alias attribute to itJohn Keiser2015-06-231-0/+460