summaryrefslogtreecommitdiff
path: root/spec/functional/mixin
Commit message (Collapse)AuthorAgeFilesLines
* Revert Handling double quotes in powershell_outMatt Wrock2016-10-051-1/+5
| | | | Signed-off-by: Matt Wrock <matt@mattwrock.com>
* Raising Mixlib::ShellOut::ShellCommandFailed exceptionNimishaS2016-10-031-1/+1
| | | | Signed-off-by: NimishaS <nimisha.sharad@msystechnologies.com>
* Handling double quotes. Added specsNimishaS2016-09-301-5/+1
| | | | Signed-off-by: NimishaS <nimisha.sharad@msystechnologies.com>
* Fix Powershell tests to acknowledge they sometimes return SI fieldJohn Keiser2016-08-031-2/+2
|
* autofixing whitespace copsLamont Granquist2016-02-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-022-2/+2
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-142-9/+9
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-8/+8
|
* add powershell_out mixinLamont Granquist2015-05-291-0/+43
|
* unicode shell_out fixes plus mixlib-shellout 2.xLamont Granquist2014-09-081-2/+2
| | | | | | - use en_US.UTF-8 explicitly rather than relying on mixlib-shellout's 'C' locale in order to force the LANG by default (restores unicode to most chef-client calls now)
* Add RSpec matcher match_environment_variable.Claire McQuin2014-07-101-9/+1
|
* Update expected result when LC_ALL is not set in Windows.Claire McQuin2014-07-091-1/+9
|
* Set environment option's 'LC_ALL' to nil if not present in option.Claire McQuin2014-06-271-9/+1
|
* Add functional test for shell_out_with_systems_localeClaire McQuin2014-06-271-0/+56