summaryrefslogtreecommitdiff
path: root/spec/functional/resource
Commit message (Expand)AuthorAgeFilesLines
...
* Add note as to why ifconfig_spec is disabled in travisjdm/travis-sudoJay Mundrawala2015-11-301-0/+2
* Add note as to why mount_spec is not running in travisJay Mundrawala2015-11-301-0/+2
* Skip mount test in travisJay Mundrawala2015-11-251-1/+1
* Skip ifconfig tests in travisJay Mundrawala2015-11-251-1/+1
* ignore gid on windows and warn to use groupMatt Wrock2015-10-081-0/+8
* Raise error when running 32-bit scripts on Windows Nano.mcquin/nano/disable-32-bitClaire McQuin2015-10-051-3/+14
* Mark tests assuming 32-bit architecture as not support on nanomcquin/nano-ps-scriptClaire McQuin2015-10-011-18/+6
* Use -Command flag on NanoClaire McQuin2015-10-011-1/+63
* Allow windows_service_spec to only run in appveyorJay Mundrawala2015-09-101-1/+1
* 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
* Merge pull request #3172 from BackSlasher/deploy-shell-outThom May2015-09-021-1/+1
|\
| * Migrated deploy resource to use shell_out instead of run_commandNitz2015-08-181-1/+1
* | dsc_script ps_credential functional testjdm/dsc-script-ps-credJay Mundrawala2015-08-251-0/+90
* | Add test to ensure that the LCM can be configuredjdm/powershell-validation-fixJay Mundrawala2015-08-241-0/+16
* | Merge pull request #3797 from chef/salam/win64Salim Alam2015-08-201-2/+1
|\ \
| * | Fix dsc_script spec failure on 64-bit RubySalim Alam2015-08-201-2/+1
* | | Merge pull request #3775 from chef/salam/win64Salim Alam2015-08-191-7/+19
|\ \ \ | |/ / | | / | |/ |/|
| * Enable 64-bit support for Powershell and Batch scriptsSalim Alam2015-08-191-7/+19
* | The newly refactored tests were bad on windows - fix it.Kartik Null Cating-Subramanian2015-08-061-2/+4
* | Refactor the group tests and handle OSXKartik Null Cating-Subramanian2015-08-061-48/+59
* | Fix expected exception on Mac in group_specKartik Null Cating-Subramanian2015-08-061-2/+5
* | Don't leak groupsJay Mundrawala2015-07-291-0/+4
* | Work around unicode errors by changing specJay Mundrawala2015-07-291-1/+1
* | Fix group resource functional specsjdm/group-specsJay Mundrawala2015-07-291-3/+6
|/
* Merge pull request #3608 from chef/adamedx/powershell_script_spec_renameTyler Ball2015-06-301-0/+0
|\
| * Rename powershell spec files to match Ruby conventionsadamedx/powershell_script_spec_renameadamedx2015-06-271-0/+0
* | Make specs marked ":provider" run againJohn Keiser2015-06-301-2/+0
|/
* Issue #3080: powershell_script: do not allow suppression of syntax errorsadamedx/ps-syntax-always-raiseadamedx2015-06-261-3/+3
* Use executionpolicy Bypass in powershell_script provider for PS 3.0 and lateradamedx2015-05-291-1/+1
* PowerShell 2.0 exit code spec fixes for powershell_scriptAdam Edwards2015-05-291-4/+27
* Refactor powershell_script, additional powershell syntax testsAdam Edwards2015-05-291-1/+7
* powershell_script spec for invalid syntax error handlingAdam Edwards2015-05-291-0/+6
* Groups should not exist before managing groups that don't exist in testsBryan McLellan2015-05-291-0/+5
* Increase the Timeout::timeout in execute timeout testBryan McLellan2015-05-281-2/+9
* Added spec for #3394Jay Mundrawala2015-05-271-0/+25
* Move `skip` for useradd test to metadatadanielsdeleo2015-05-261-8/+7
* Fix overridden method `skip` causing arity failuresdanielsdeleo2015-05-261-10/+3
* Purge pending specscleanup-pendingdanielsdeleo2015-05-232-15/+9
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-1/+1
* Added functional tests for user resource on windowsJay Mundrawala2015-05-151-0/+125
* Reduce size of nested JSON test to 252 deepbtm/lower-json-nest-testsBryan McLellan2015-04-201-1/+1
* Fix failing specsjdm/3102Jay Mundrawala2015-04-161-1/+1
* Revert "Merge pull request #3004 from chef/lcg/deploy-provider-nillable"Jay Mundrawala2015-03-251-35/+0
* 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
* Fix faulty umask logic used in spec tests.Kartik Null Cating-Subramanian2015-03-166-6/+6
* Merge pull request #3069 from chef/jdm/poshJay Mundrawala2015-03-131-1/+2
|\