summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | Conflicts: lib/mixlib/cli.rb
| * 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 ↵Mehrez Alachheb2013-06-151-1/+28
|/ | | | the given list
* [CHEF-3497] optionally store default values separatelydanielsdeleo2013-01-091-1/+22
| | | | | | | This will make it easier for knife to apply config settings in the proper order (default < config file < command line). It's not possible to do without this patch because knife must parse command line options to determine which config file to use.
* 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
| | | | | Using --[no-]xxx on a boolean parameter lets the user specify the value as false, like in OptionParser.
* 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