summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3663 from docwhat/issue-3614Tyler Ball2015-08-211-1/+1
|\ | | | | Fix error message for providers without `provides`
| * Fix error message for providers without `provides`Christian Höltje2015-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | The warning incorrectly said that the provider was missing `resource_name :resource` when it should have said it was missing `provides :resource` I also switched from using `begin`...`rescue` since it isn't needed and needlessly slow things up. Fixes #3614
* | Merge pull request #3797 from chef/salam/win64Salim Alam2015-08-201-2/+1
|\ \ | | | | | | Fix dsc_script spec failure on 64-bit Ruby
| * | Fix dsc_script spec failure on 64-bit RubySalim Alam2015-08-201-2/+1
| | |
* | | fixes from code reviewLamont Granquist2015-08-202-11/+41
| | |
* | | add a test for the new provider behaviorLamont Granquist2015-08-201-1/+14
| | |
* | | add spec for resource sideLamont Granquist2015-08-201-1/+20
| | |
* | | green the broken testsLamont Granquist2015-08-201-23/+43
| | |
* | | Merge pull request #3793 from chef/lcg/run_levelsLamont Granquist2015-08-191-4/+68
|\ \ \ | | | | | | | | Lcg/run levels
| * | | spec and code fixes for run_levelsLamont Granquist2015-08-191-20/+50
| | | |
| * | | CHEF-5372: Support specific run_levels for RedHat serviceRobby Dyer2015-08-181-0/+34
| | | |
* | | | Merge pull request #3775 from chef/salam/win64Salim Alam2015-08-194-15/+42
|\ \ \ \ | | |/ / | |/| | Enable 64-bit support for Powershell and Batch scripts
| * | | Enable 64-bit support for Powershell and Batch scriptsSalim Alam2015-08-194-15/+42
| | | |
* | | | Merge pull request #3787 from chef/jdm/rhel-dir-specJay Mundrawala2015-08-191-0/+1
|\ \ \ \ | |_|/ / |/| | | Fix failing directory unit tests on rhel
| * | | Fix failing directory unit tests on rheljdm/rhel-dir-specJay Mundrawala2015-08-171-0/+1
| | |/ | |/| | | | | | | | | | | | | do_selinux needs to be mocked out so it does not actually do anything. Otherwise, it will be available on rhel and the tests are no longer unit and will fail
* | | Added changes to fix rspec deprecationssiddheshwar-more2015-08-181-3/+3
| | |
* | | Removed invalid test from mount_fs testsiddheshwar-more2015-08-181-7/+0
| | |
* | | Added changes to fix aix mount provider related tests according to updated ↵siddheshwar-more2015-08-183-5/+8
| | | | | | | | | | | | base mount provider
* | | added tests for mount remountingJames Belchamber2015-08-183-1/+37
| | |
* | | add privacy flagJosh Black2015-08-181-3/+23
| | |
* | | PR feedbackLamont Granquist2015-08-181-1/+1
| | |
* | | CHEF-5012: add methods for template breadcrumbsLamont Granquist2015-08-183-0/+56
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | adds: - cookbook_name - recipe_name - recipe_line_string - recipe_path - recipe_line - template_name - template_path accessible both as instance var (@-) and method (bare), like @node/node.
* | Merge pull request #3771 from renanvicente/renanvicente/add-specify-depthThom May2015-08-131-1/+7
|\ \ | | | | | | Add support for override depth and adding test in overriding depth
| * | Add support for override depth and adding test in overriding depthGomes da Silva2015-08-121-1/+7
| | |
* | | Merge pull request #3768 from chef/jhs/fix-reboot_pendingThom May2015-08-131-1/+1
|\ \ \ | | | | | | | | Make reboot_pending? look for CBS RebootPending
| * | | Make reboot_pending? look for CBS RebootPendingjhs/fix-reboot_pendingJeremiah Snapp2015-08-111-1/+1
| | | | | | | | | | | | | | | | Ref: https://gallery.technet.microsoft.com/scriptcenter/Get-PendingReboot-Query-bdb79542
* | | | Merge pull request #3657 from stefanor/upstart-status_commandThom May2015-08-131-7/+11
|\ \ \ \ | | | | | | | | | | shell_out! returns an object not an integer
| * | | | shell_out! returns an object not an integerStefano Rivera2015-07-091-7/+11
| | | | |
* | | | | Merge pull request #3383 from jfly/masterThom May2015-08-131-0/+18
|\ \ \ \ \ | | | | | | | | | | | | gem_package should install to the systemwide Ruby when using ChefDK.
| * | | | | Added some pretty straightforward tests of is_omnibus?Jeremy Fleischman2015-05-181-0/+18
| | | | | |
* | | | | | Merge pull request #3329 from juliandunn/ifconfig-targetThom May2015-08-131-2/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use target, not name, if it is specified.
| * | | | | | Add tests per review.Julian C. Dunn2015-07-041-2/+22
| | | | | | |
* | | | | | | Merge pull request #3759 from juliandunn/service-group-3730Julian C. Dunn2015-08-121-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Don't use shell_out! on "lssrc -g"
| * | | | | | | Don't use shell_out! on "lssrc -g" as it will raise an exception if the ↵Julian C. Dunn2015-08-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | service is not a group.
* | | | | | | | Merge pull request #3757 from martinb3/frozen_error_inspectorLamont Granquist2015-08-121-0/+26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add additional helpful section for frozen objects
| * | | | | | | | Add additional helpful section for frozen objectsMartin Smith2015-08-061-0/+26
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Augument runtime errors with additional information that explains why an object might be frozen, and how frozen resource properties are a good thing. Fixes #3734, for [accepted RFC 55](https://github.com/chef/chef-rfc/pull/135).
* | | | | | | | Use the output of dpkg-deb directly, rather than regextm/use-dpkg-debThom May2015-08-121-1/+8
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | Thanks to @kwilczynski for the original implementation
* | | | | | | Added support for OS X 10.11 SIP pathsNate Walck2015-08-111-0/+34
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #3689 from chef/mcquin/ohai-configClaire McQuin2015-08-071-0/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add ohai configuration context to config.
| * | | | | | Mute :log_level and :log_location deprecation warnings from ohai config.Claire McQuin2015-07-271-0/+31
| | | | | | |
* | | | | | | 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
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #3728 from chef/jdm/win-groupsKartik Null Cating-Subramanian2015-08-041-4/+11
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Rewrite NetLocalGroup things to use FFI
| * | | | | 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
| |/ / / /
* | | | | Remove freeze of defaults, add warning for array/hash constant defaultsJohn Keiser2015-08-031-6/+6
| | | | |
* | | | | Merge pull request #3700 from coderanger/show-versionNoah Kantrowitz2015-07-312-2/+27
|\ \ \ \ \ | | | | | | | | | | | | Make the doc formatter actually show what version of a cookbook is being used.
| * | | | | Add a test for the new output.Noah Kantrowitz2015-07-311-0/+6
| | | | | |