summaryrefslogtreecommitdiff
path: root/spec/functional/win32/versions_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for Windows 20032k3Tim Smith2018-03-021-9/+7
| | | | | | Windows 2003 is fully end of life at this point and hasn't been supported by Chef for quite a while. EXTENDED support for Windows 2003 ended July 14, 2015. We avoid a good number of WMI queries by removing this support entirely. Signed-off-by: Tim Smith <tsmith@chef.io>
* remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-231-1/+1
|
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
| | | | | | | | | Style/NegatedWhile Style/ParenthesesAroundCondition Style/WhileUntilDo Style/WordArray Performance/ReverseEach Style/ColonMethodCall
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
| | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | 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-141-11/+11
| | | | | | | 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.
* Update to RSpec 3.Claire McQuin2014-10-291-6/+6
|
* Change mis-named class constant WmiInstance to WmiLiteAdam Edwards2014-05-301-1/+1
|
* Use wmi-lite gem dependency for wmi accessAdam Edwards2014-05-301-1/+1
|
* Re-implement ruby-wmi functionalityAdam Edwards2014-05-301-4/+4
|
* Fix Windows 2003 CI issues:sersut2014-03-281-3/+3
| | | | | - Make sure that return value is preserved windows_server_2003? - Disable version_specs on 2003 since the API is not supported.
* CHEF-4885: Refactor to add more tests, workaround for Win 8.1 API changeAdam Edwards2014-01-261-2/+35
|
* Added rspec test to check dynamic legit method nameameyavarade2014-01-261-1/+7
|
* Normalize whitespace on all filesSeth Vargo2013-09-261-3/+3
|
* Minor test cleanup for windows.sersut2013-05-201-1/+1
|
* Add more explanation in test comments on OS idiosyncrasies around OS version ↵adamedx2013-05-041-1/+7
| | | | information
* Version library fixes for Win2k3 non-existent GetProductInfo API, misplaced ↵adamedx2013-05-041-1/+37
| | | | GetSystemMetrics API calls, irregular characters in Win2k3, Win2k8 WMI test validation
* minor fix. Check host captionChirag Jog2013-03-291-2/+2
|
* Spec test to validate version.rbChirag Jog2013-03-291-0/+36