summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #114 from EdwardBetts/spellingMarc A. Paradise2022-08-091-1/+1
|\
| * Correct spelling mistakeEdward Betts2022-05-271-1/+1
* | Spec added for nested hash when configurables are presentnm/nested-hash-configNikita Mathur2022-06-071-0/+21
|/
* Do not crash when loading undefined context from hashMarc A. Paradise2019-11-141-20/+37
* Chefstyle fixes for the latest chefstyleTim Smith2018-12-061-24/+24
* add some more testsLamont Granquist2018-07-111-0/+4
* test+fix config contextsLamont Granquist2018-07-111-1/+8
* add is_default? inspection methodLamont Granquist2018-07-051-0/+17
* key? and has_key? should find subcontextsLamont Granquist2018-07-021-0/+8
* Merge pull request #63 from chef/lcg/add-key-methodLamont Granquist2018-07-021-1/+7
|\
| * add `#key?` alias to `#has_key?`Lamont Granquist2018-07-021-1/+7
* | remove hashrocket syntaxLamont Granquist2018-06-262-49/+49
|/
* Fix config_context_list/hash in strict modeEli Young2018-06-131-0/+20
* Fixing some test warnings I sawtoml_supporttyler-ball2018-02-281-5/+5
* Adding support for reading from TOML filestyler-ball2018-02-281-0/+22
* Add support for reading from JSON filesTom Duffield2018-02-091-0/+28
* Add support for loading config from YAML filesTom Duffield2018-02-091-0/+40
* Fix chefstyle bustagetm/re_chefstyleThom May2016-12-061-20/+20
* Merge pull request #45 from KierranM/configurable-listsThom May2016-12-061-0/+129
|\
| * Add support for lists and hashes of context configsKierran McPherson2016-09-211-0/+129
* | Use chefstyle and add it to RakeTim Smith2016-09-291-8/+8
|/
* add spec test for unusual behaviorLamont Granquist2016-09-071-0/+14
* Merge pull request #42 from chef/hashThom May2016-09-021-1/+9
|\
| * allow a config context to be set from another config contexthashMatt Wrock2016-08-311-1/+9
* | Merge pull request #35 from KierranM/context-blocksThom May2016-09-021-0/+18
|\ \ | |/ |/|
| * Also allow yielding the contextKierran McPherson2016-08-131-0/+9
| * Allow configuring contexts via blockKierran McPherson2016-08-131-0/+9
* | restore by swapping in saved state instead of 'reset and merge'Matt Wrock2016-08-301-3/+26
* | Opscode -> ChefTim Smith2016-08-231-2/+2
* | Update to rpsec 3.0Tim Smith2016-08-232-266/+265
* | chefstyle fixesLamont Granquist2016-08-112-41/+41
|/
* Fix warnings in tests and enable warnings in rspec configdanielsdeleo2015-05-262-5/+6
* Fix strict mode errors to actually print symboljk/strict-errorJohn Keiser2014-09-091-11/+11
* Add ability to reopen config_context, add setter for config_contextJohn Keiser2013-12-031-0/+67
* Add save/restore for tests/serializationJohn Keiser2013-12-021-1/+283
* Define explicit getter/setter methods for configurables instead of relying on...John Keiser2013-09-171-2/+102
* Fix issue with Config['a'] = bJohn Keiser2013-09-161-0/+9
* Inherit config_strict_mode in child contextsJohn Keiser2013-09-131-2/+2
* Duplicate default valuesJohn Keiser2013-09-131-2/+47
* Change config_strict_mode default back to falseJohn Keiser2013-09-111-5/+4
* Make config_strict_mode on by defaultJohn Keiser2013-09-111-4/+7
* Rename StrictModeError -> UnknownConfigOptionErrorJohn Keiser2013-09-111-7/+7
* Update tests for new rspecJohn Keiser2013-09-101-7/+7
* Rename context to config_contextJohn Keiser2013-09-101-5/+5
* Add config_strict_mode to restrict set of options that can be setJohn Keiser2013-09-101-0/+68
* Add context() DSL for config classesJohn Keiser2013-09-091-0/+70
* Add configurable() DSL and resettable default valuesJohn Keiser2013-08-302-1/+181
* add require 'rspec' to spec/spec_helper.rbPraveen Arimbrathodiyil2011-09-211-1/+2
* upgrade to rspec 2 and rm debug output from testsDaniel DeLeo2011-03-042-22/+17
* tone down the metaprogramming for great goodDaniel DeLeo2010-06-151-21/+20