summaryrefslogtreecommitdiff
path: root/spec/unit/resource
Commit message (Expand)AuthorAgeFilesLines
* fix spacingsmurawski/dsc_rebootsSteven Murawski2015-11-171-5/+4
* Add reboot notification to dsc_resourceSteven Murawski2015-11-171-0/+6
* Merge pull request #4014 from nsdavidson/issue-3923Thom May2015-11-121-0/+40
|\
| * updating copyright statment in ksh_spec.rbNolan Davidson2015-10-131-1/+1
| * Adding ksh resource and specsNolan Davidson2015-10-061-0/+40
* | Merge pull request #4064 from josb/masterThom May2015-11-121-1/+1
|\ \
| * | Stop initializing node tags hereJos Backus2015-10-201-1/+1
* | | Use SHA256 instead for registry_key when data is not displayableJay Mundrawala2015-10-241-2/+2
* | | We shouldn't be subclassing Struct.new - if the file is loaded twice we get a...tyler-ball2015-10-241-45/+44
|/ /
* | Raise error when running 32-bit scripts on Windows Nano.mcquin/nano/disable-32-bitClaire McQuin2015-10-051-13/+17
|/
* Merge pull request #3806 from gh2k/subversion-shelloutThom May2015-09-021-0/+4
|\
| * Replace output_of_command with shell_out! in subversion providerSimon Detheridge2015-08-241-0/+4
* | Make file verification deprecation print the proper source locjk/dedup-messagesJohn Keiser2015-09-011-1/+1
* | Merge pull request #3772 from chef/jdm/dsc-script-ps-credJay Mundrawala2015-08-251-0/+4
|\ \
| * | Test to make sure dsc_script has ps_credential helperJay Mundrawala2015-08-251-0/+4
| |/
* | fix supports hash issues in service providersLamont Granquist2015-08-251-4/+4
|/
* fixes from code reviewLamont Granquist2015-08-201-11/+1
* add spec for resource sideLamont Granquist2015-08-201-1/+20
* Add support for override depth and adding test in overriding depthGomes da Silva2015-08-121-1/+7
* Warn about deprecation `%{file}` interpolation in verify commandmarguerite2015-07-221-0/+18
* Interpolate `%{path}` in verify commandmarguerite2015-07-211-5/+15
* 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
* | Test updates for the changes to default actions.Noah Kantrowitz2015-06-2917-19/+19
* | Fix ancillary tests.Noah Kantrowitz2015-06-292-2/+2
|/
* Fix up comments and default priority (when nothing matches)John Keiser2015-06-021-3/+9
* Fix ifconfig platform version filterJohn Keiser2015-06-021-3/+1
* Make resource deprecation warnings once-only; fix recipe DSL tests back upJohn Keiser2015-06-021-1/+1
* Use the central priority map for `provides`John Keiser2015-06-021-1/+1
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-016-7/+7
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-2/+1
* Purge pending specscleanup-pendingdanielsdeleo2015-05-231-1/+1
* Update specs for remote local file + spacesJay Mundrawala2015-05-211-0/+5
* Use canonical_path in windows_package resource for sourcejdm/msi-uri-sourceJay Mundrawala2015-05-151-2/+2
* Surface checksum attributeJay Mundrawala2015-05-151-0/+5
* Added spec to make sure urls are not modified when creating a windows_package...Jay Mundrawala2015-05-151-0/+9
* Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-132-0/+2
* Add specs for remote_file resource + windows network shareJay Mundrawala2015-05-051-0/+10
* Ensure link's path attribute works with delayedThom May2015-03-271-0/+15
* Revert "Merge pull request #2956 from chef/lcg/deploy-fixes"Jay Mundrawala2015-03-251-27/+0
* Use correct minimum powershell version in specJay Mundrawala2015-03-201-1/+1
* Added module_name to dsc_resourceJay Mundrawala2015-03-201-1/+6
* Add spec to check that powershell dsl methods are usable inside dsc_resourceJay Mundrawala2015-03-201-0/+6
* Fix dsc_resource specJay Mundrawala2015-03-201-4/+4
* spec for delayed evaluator in dsc_resourceJay Mundrawala2015-03-201-0/+10
* Added test for ensuring property_name is a Symbol in DscResourceJay Mundrawala2015-03-201-4/+12
* Added spec for dsc_resource providerJay Mundrawala2015-03-201-0/+56
* nillable deploy resource + nillable LWRP argsLamont Granquist2015-02-231-0/+27
* Fix Chef::Resource::File::Verification tests on WindowsSteven Danna2015-02-171-1/+5
* Use Chef::Mixin::DescendantsTracker to track registered verificationsSteven Danna2015-02-171-2/+2