summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* add ruby tests 3.0/3.1jayashri garud2022-04-071-0/+1
* Update spec/spec_helper.rb file_dirTim Smith2020-09-161-1/+0
* Update spec/mixlib/cli_spec.rb Tim Smith2020-09-161-1/+1
* Replaces uses of __FILE__ with __dir__Tim Smith2020-09-082-2/+2
* Fix minor typosspellingTim Smith2020-07-281-1/+1
* Fix chefstyleVivek Singh2019-07-121-26/+24
* Don't explode when there are unknown keys in 'config'deprecation-fix-unknown-keysMarc A. Paradise2019-06-071-0/+12
* Code review updates for deprecated_optionMIXLIB-CLI-63/deprecated-option-supportMarc A. Paradise2019-06-061-0/+43
* [MIXLIB-CLI-63] Add deprecated_option supportMarc A. Paradise2019-06-061-6/+128
* Add more specs and use or not andTim Smith2019-05-131-5/+13
* Print out human readable lists of allowed CLI optionsTim Smith2019-05-131-1/+7
* Improve the --help text output of 'in:'btm/included_textBryan McLellan2019-05-131-1/+1
* fix copyrightLamont Granquist2019-01-041-1/+1
* fix global state pollution issues across examplesLamont Granquist2019-01-042-5/+9
* Run specs properlysyncTim Smith2018-07-241-0/+3
* Expand config in rspec helperTim Smith2018-07-241-0/+9
* remove hashrockets syntaxLamont Granquist2018-06-262-53/+53
* bugfix: if param :required is set to false and param :in is set the option is...Yuri Zubov2018-03-231-5/+25
* Opscode -> ChefTim Smith2016-08-231-2/+2
* Use rspec 3.XTim Smith2016-08-232-78/+77
* Make chefstyle happy.Noah Kantrowitz2016-06-161-1/+1
* Support two-argument procs for reducer-style arguments. This allows CLI optio...Noah Kantrowitz2016-06-161-0/+10
* Fix chefstyle issuesThom May2016-05-051-3/+3
* Merge pull request #13 from chrisroberts/enhancement/option-inheritanceThom May2016-05-041-0/+48
|\
| * Use the correct class when testing parent class options valuesChris Roberts2013-11-151-1/+1
| * Include spec test with array default valueChris Roberts2013-11-151-1/+13
| * Properly pass options during inheritance. Full dup to ensure proper option is...Chris Roberts2013-04-181-0/+36
* | chefstyle fixeslcg/chefrstyleLamont Granquist2016-02-122-30/+28
* | Add basic rspec configurationdanielsdeleo2015-05-291-0/+7
* | Fix rspec tests for ruby-1.8.7Mehrez Alachheb2014-07-081-1/+1
* | Merge branch 'master' into malachheb-1.4.0Mehrez Alachheb2014-07-081-8/+8
|\ \
| * | Add API to access option parser without parsing optionsdanielsdeleo2014-04-251-6/+5
| * | Add cli_arguments--remaining arguments after stripping CLI optionsjk/preserve-name-argsJohn Keiser2013-12-051-2/+3
| |/
* | Fix code review notesMehrez Alachheb2014-06-121-5/+5
* | Add option key ':in' to specifie that option value should be included in the...Mehrez Alachheb2013-06-151-1/+28
|/
* [CHEF-3497] optionally store default values separatelydanielsdeleo2013-01-091-1/+22
* remove whitespace in testsdanielsdeleo2013-01-091-31/+31
* CHEF-1563: required options always failJohn Keiser2011-08-251-0/+21
* CHEF-2571: support negated bool parametersJohn Keiser2011-08-251-2/+9
* upgrade to rspec 2Daniel DeLeo2011-03-041-4/+0
* adding test for parse_options return behaviorStephen Delano2010-03-261-3/+7
* [CHEF-828] Testsdreamcat42010-03-051-1/+12
* Add spec options for rspec/rake specAJ Christensen2009-05-151-0/+4
* Convert mixlib-cli to jeweler.AJ Christensen2009-05-121-1/+1
* Initial commitAdam Jacob2009-03-122-0/+206