summaryrefslogtreecommitdiff
path: root/spec/unit/util
Commit message (Expand)AuthorAgeFilesLines
* supresses parser gem errorsLamont Granquist2016-03-251-4/+4
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-093-14/+14
* auto fixing some rubocopsLamont Granquist2016-02-094-24/+24
* autofixing whitespace copsLamont Granquist2016-02-0510-51/+45
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-027-7/+7
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-025-5/+5
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0211-11/+11
* Use double quotes by defaultThom May2016-01-1412-229/+229
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
* Prevent inspect on PsCredential from printing out plain text passwordjdm/dont-print-pscredJay Mundrawala2015-11-231-1/+8
* Use PathHelper from chef-configdanielsdeleo2015-05-201-255/+0
* Add spec for #3153 regressionjdm/3153Jay Mundrawala2015-03-261-0/+22
* Remove unused node object in ps_credential_specJay Mundrawala2015-03-201-4/+0
* Added spec for resource_storeJay Mundrawala2015-03-201-0/+76
* Better formatting for ps_credential specJay Mundrawala2015-03-201-1/+2
* Refactor ps_credential for easier mockingJay Mundrawala2015-03-201-5/+2
* Added PSCredential objectJay Mundrawala2015-03-201-0/+43
* Merge pull request #2779 from chef/jdm/dsc_script_importsJay Mundrawala2015-02-121-2/+24
|\
| * Added test to configuration_generator_spec to make sure multiple imports workjdm/dsc_script_importsJay Mundrawala2015-02-091-0/+6
| * Added unit tests for dsc configuration generator when imports are presentJay Mundrawala2015-02-081-0/+16
| * Make specs pass with changes for allowing dsc resource importsJay Mundrawala2015-01-201-2/+2
* | Fixed local_configuration_manager_specjdm/dsc_timeoutJay Mundrawala2015-02-101-5/+5
* | Clean all RSpec test filters related to Ruby 1.8.7 (issue #2497)Xabier de Zuazo2015-01-271-10/+2
* | Util::Diff: remove Object::Encoding existence check (ruby 1.8 specific, issue...Xabier de Zuazo2015-01-271-6/+6
|/
* Add whitespacejdm/lcm-parser-fixesJay Mundrawala2014-12-171-1/+1
* Rename Chef::Exceptions::LCMParserException to Chef::Exceptions::LCMParserJay Mundrawala2014-12-171-2/+2
* Don't care how many timess you warn, just do itJay Mundrawala2014-12-171-4/+4
* Fix bug where error parser what-if output causes resource to be considered co...Jay Mundrawala2014-12-171-12/+7
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* Update to RSpec 3.Claire McQuin2014-10-2911-189/+189
* Added spec to test a whatif expception with \r\n is corrrectly classifiedjdmundrawala/issue-2225Jay Mundrawala2014-10-221-1/+6
* Renamed output_has_dsc_module_failure to dsc_module_import_failureJay Mundrawala2014-10-221-5/+5
* Try to apply dsc configuration even if what-if failsjdmundrawala/issue-2169Jay Mundrawala2014-10-081-4/+4
* Add spec for escape_glob with multiple path parts.Claire McQuin2014-09-241-0/+14
* Add method to escape glob reserved characters.Claire McQuin2014-09-221-1/+9
* lcm parser is a lot more forgivingJay Mundrawala2014-09-191-27/+18
* configuration_generator_spec uses newer rspec conventionsJay Mundrawala2014-09-191-33/+31
* Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-192-135/+135
* Correctly handle dsc resource import failuresAdam Edwards2014-09-192-2/+136
* Deal with LCM failing when a resource does not support WhatIfJay Mundrawala2014-09-191-18/+30
* Added unit test for powershell cmdletJay Mundrawala2014-09-191-0/+106
* DSC: Added test for dsc_script providerAdam Edwards2014-09-191-2/+2
* Added unit tests for configuration_generatorJay Mundrawala2014-09-191-0/+173
* Parse WhatIf from LCMJay Mundrawala2014-09-191-0/+166
* Unit spec, Ruby Pathname class on Windows does not remove leading duplicate p...Adam Edwards2014-08-301-1/+1
* Make join work properly with leading slashesJohn Keiser2014-08-301-2/+7
* Move Chef::Config path functions to Chef::Util::PathHelperJohn Keiser2014-08-301-28/+106
* Updated selinux path check to allow for directories that have a space in the ...Scott Hain2014-06-171-4/+4
* CHEF-5322: Add utility for validating Windows pathsBryan McLellan2014-06-051-0/+136
* CHEF-4423: extract cookbook upload threaded queue into utility classNikhil Benesch2014-05-131-0/+51