summaryrefslogtreecommitdiff
path: root/spec/unit/provider/dsc_resource_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Properly capitalize PowerShell in descriptions and errorspowershellTim Smith2018-09-071-2/+2
* fix Layout/DotPositionLamont Granquist2018-07-021-4/+4
* fix Style/HashSyntaxLamont Granquist2018-07-021-4/+4
* throw readable errors if multiple dsc resources are foundTor Magnus Rakvåg2017-08-071-2/+2
* Added module_version attribute for dsc_resource. (#5701)Aliasgar162017-01-231-0/+175
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-10/+11
* if no module name is found for a valid dsc resource default to PSDesiredState...dscMatt Wrock2016-02-291-4/+53
* autofixing whitespace copsLamont Granquist2016-02-051-7/+7
* include verbose output from the set method and shared function for accessing ...Steven Murawski2016-02-031-0/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-21/+21
* WMF 5 RTM and Win 10 Threshold 2 allow the RefreshMode to be enabled.Steven Murawski2015-11-181-41/+62
* Add reboot notification to dsc_resourceSteven Murawski2015-11-181-3/+21
* Rename refresh_mode_disabled? to dsc_refresh_mode_disabled?mcquin/dsc_resource_specClaire McQuin2015-09-081-3/+3
* Skip tests unless RefreshMode is DisabledClaire McQuin2015-09-081-10/+3
* Rename NoProviderAvailable to ProviderNotFound, add aliasJohn Keiser2015-06-301-3/+3
* spec to assert failure in the case where RefreshMode is not set to DisabledJay Mundrawala2015-03-201-0/+12
* spec for when Invoke-DscResource is available and RefreshMode=DisabledJay Mundrawala2015-03-201-0/+28
* Added test for when powershell does not support Invoke-DscResourceJay Mundrawala2015-03-201-0/+13
* Added skeleton of dsc_resource provider unit specJay Mundrawala2015-03-201-0/+31