summaryrefslogtreecommitdiff
path: root/spec/functional/resource/dsc_resource_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* File.exists? -> File.exist?existTim Smith2020-08-121-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* fix 4 copsLamont Granquist2019-07-051-1/+2
* Properly capitalize PowerShell in descriptions and errorspowershellTim Smith2018-09-071-3/+3
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-4/+4
* autofixing Style/IndentAssignment copLamont Granquist2016-08-161-1/+1
* if no module name is found for a valid dsc resource default to PSDesiredState...dscMatt Wrock2016-02-291-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use OHAI_SYSTEM where possibleJay Mundrawala2016-02-021-6/+1
* Use double quotes by defaultThom May2016-01-141-15/+15
* Rename refresh_mode_disabled? to dsc_refresh_mode_disabled?mcquin/dsc_resource_specClaire McQuin2015-09-081-1/+1
* Skip tests unless RefreshMode is DisabledClaire McQuin2015-09-081-0/+2
* Add guard to only run dsc_resource specs on valid powershelljdm/dsc_resourceJay Mundrawala2015-03-201-0/+5
* Added basic functional tests using File dsc resourceJay Mundrawala2015-03-201-0/+36
* Useful error message when dsc resource is not foundJay Mundrawala2015-03-201-2/+10
* Added skeleton for function dsc_resource specJay Mundrawala2015-03-201-0/+44