summaryrefslogtreecommitdiff
path: root/spec/unit/property_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix rspec warning about `not_to raise_error` with a specific exception.fix-rspec-warningPete Higgins2020-05-291-1/+1
* some spec typosVivek Singh2020-04-071-2/+2
* remove redundant identityLamont Granquist2020-04-021-0/+3
* Fix most Ruby 2.7 test failureslcg/ruby-2.7.0Lamont Granquist2020-01-211-9/+9
* Style/SymbolProcLamont Granquist2019-07-051-1/+1
* Style/RegexpLiteralLamont Granquist2019-07-051-4/+4
* Style/SymbolArrayLamont Granquist2019-07-021-5/+5
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* Implement Chef::Resource#copy_properties_fromlcg/copy-properties-fromLamont Granquist2019-04-081-0/+93
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-4/+4
* RFC-102: Deprecation warning in resourcestm/deprecated_propertiesThom May2018-03-241-0/+24
* Improve property warnings in resourcesbetter_resource_errorsTim Smith2017-12-291-13/+13
* Rubocoppppp.Noah Kantrowitz2017-04-041-1/+1
* Switch to recursive freeze, if you want to footgun you need to work for it. Noah Kantrowitz2017-04-031-0/+17
* Freeze the default value for properties unless it is a lazy.Noah Kantrowitz2017-04-031-22/+39
* fix specs for nameless resourcesLamont Granquist2017-03-301-1/+1
* Chef-13: Simplify DSL creationLamont Granquist2017-03-211-0/+10
* Chef-13: raise on method redefinitionLamont Granquist2017-03-171-0/+14
* Chef-13: Nillable propertiesLamont Granquist2017-03-151-39/+12
* Be a bit less keen to help propertiestm/demagic_properties_2Thom May2017-03-071-63/+12
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-4/+4
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-2/+7
* Allow multiple property_types in `is`jk/property-is-multiple-typesJohn Keiser2016-02-031-15/+76
* Fix defaults on property_typeJohn Keiser2016-02-011-0/+15
* Fix nil with properties:John Keiser2016-01-271-46/+42
* Use double quotes by defaultThom May2016-01-141-84/+84
* Make Property.derive create derived properties of the same typejk/custom_propertiesJohn Keiser2015-10-281-0/+48
* Accept coercion as a way to accept nil valuesJohn Keiser2015-10-081-0/+8
* Add ability for default to override name_propertyjk/name-defaultJohn Keiser2015-09-291-0/+12
* Make sure name_attribute works on derived propertiesjk/name-attribute-dupJohn Keiser2015-09-291-2/+46
* If both name_attribute and name_property are specified, raise an error.jk/property-default-nilJohn Keiser2015-09-251-9/+9
* Don't treat name_property/attribute as defaults if they are falseJohn Keiser2015-09-251-0/+41
* Fix up property deprecation textJohn Keiser2015-09-251-4/+4
* Prefer name_property: true over default: nilJohn Keiser2015-09-251-2/+20
* Add deprecation warning for properties that specify default and name_propertyjk/default-ignoringJohn Keiser2015-09-221-6/+19
* Honor the ordering of whichever `name_attribute` or `default` comes firstJohn Keiser2015-09-221-2/+2
* Remove the warning about hashes and arrays as default valuesLamont Granquist2015-09-141-6/+0
* Make file verification deprecation print the proper source locjk/dedup-messagesJohn Keiser2015-09-011-1/+1
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-12/+16
* Revert "more warning to debug"Lamont Granquist2015-09-011-2/+2
* more warning to debugLamont Granquist2015-09-011-2/+2
* Remove freeze of defaults, add warning for array/hash constant defaultsJohn Keiser2015-08-031-6/+6
* Add Property.create and Resource.property_type for type system overridingJohn Keiser2015-07-031-0/+5
* Only stick non-frozen values to the resourceJohn Keiser2015-07-031-2/+45
* Make required name attributes workJohn Keiser2015-07-031-46/+164
* Do not validate defaults, for backcompat purposesjk/property-baseJohn Keiser2015-06-231-20/+37
* Freeze default constantsJohn Keiser2015-06-231-2/+6