summaryrefslogtreecommitdiff
path: root/spec/unit/util
Commit message (Expand)AuthorAgeFilesLines
* fix 4 copsLamont Granquist2019-07-051-2/+3
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* Style/EmptyLiteralLamont Granquist2019-07-051-1/+1
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-2/+2
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-152-16/+16
* fix Layout/IndentHeredocLamont Granquist2018-07-023-157/+157
* fix Style/HashSyntaxLamont Granquist2018-07-025-14/+14
* Unification of shell_out APIsLamont Granquist2018-06-151-4/+4
* Fixed/added specs for LogonSession changesnimisha2018-01-241-2/+2
* Fixed/added specs for LogonSession changesnimisha2018-01-241-1/+2
* fix argument to restorecon not being shell-escapedDavid Ashby2017-11-221-6/+3
* MSYS-684: Added parser for DSC configurationpiyushawasthi2017-10-052-19/+104
* Code refactor and add spec for powershell version 5piyushawasthi2017-09-121-8/+60
* Using LOGON32_LOGON_NEW_CREDENTIALS instead of LOGON32_LOGON_NETWORKnimisha2017-09-051-1/+1
* Fixing specsnimisha2017-09-051-11/+11
* Windows thread alternate user impersonation supportadamedx2017-09-051-0/+284
* add a couple where-with-a-block testsLamont Granquist2017-02-071-1/+1
* fix return of which()Lamont Granquist2017-02-071-13/+2
* set erroraction stop instead of continueNimishaS2016-09-301-4/+10
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-175-43/+48
* 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