summaryrefslogtreecommitdiff
path: root/spec/functional/util
Commit message (Collapse)AuthorAgeFilesLines
* Disable Cmdlet tests on old versions of powershelljdm/powershell-cmdletJay Mundrawala2015-03-241-3/+3
| | | | | | | | | | cmdlet.rb uses stream redirection, which is not available in powershell 2. Since this is a helper class for our `dsc_script` and `dsc_resource`, this is a fairly safe change. While the verbose stream redirection is currently unused, it will be useful if Invoke-DscResource logs its verbose output to the verbose stream.
* Update to RSpec 3.Claire McQuin2014-10-291-1/+1
|
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-2/+2
|
* Add method to escape glob reserved characters.Claire McQuin2014-09-221-0/+37
|
* Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-191-114/+114
| | | | | Converts a few files from CRLF->LF. Removes some trailing whitespace as well.
* DSC spec platform detection via WMIAdam Edwards2014-09-191-2/+2
|
* Deal with LCM failing when a resource does not support WhatIfJay Mundrawala2014-09-191-2/+6
|
* Updated powershell functional tests to work with changes to ↵Jay Mundrawala2014-09-191-17/+15
| | | | Chef::Util::Powershell:Cmdlet
* Initial dsc_configuration resource implementationAdam Edwards2014-09-191-0/+112