summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
* Style fixes.Noah Kantrowitz2016-09-202-13/+12
* Add a test for the new Solaris behavior.Noah Kantrowitz2016-09-201-0/+8
* Refactor groupadd tests to a more normal RSpec layout. Noah Kantrowitz2016-09-201-96/+107
* Add a test for create_user to make sure we have no `-r`s.Noah Kantrowitz2016-09-191-0/+10
* Refactor these tests to be less repeat-y.Noah Kantrowitz2016-09-191-41/+36
* Renamed supress_log_resource_count to count_log_resource_updatesnimisha2016-09-161-5/+5
* Removed update_resource_count attribute and added supress_log_resource_count ...nimisha2016-09-162-20/+5
* Fixing travis issuesnimisha2016-09-162-4/+4
* Added specs for update_resource_count attributenimisha2016-09-162-0/+29
* Merge pull request #5330 from chef/lcg/derpLamont Granquist2016-09-151-1/+6
|\
| * derp fix for master breakagelcg/derpLamont Granquist2016-09-151-1/+6
* | Merge pull request #5268 from MsysTechnologiesllc/dh/registry_resource_idempo...Bryan McLellan2016-09-151-17/+35
|\ \ | |/ |/|
| * Refactored specsdheerajd-msys2016-09-131-28/+36
| * Added specs for registry_key resource idempotent issue fixdheerajd-msys2016-09-131-1/+11
* | Merge pull request #5322 from chef/lcg/manage-home-fixLamont Granquist2016-09-153-6/+42
|\ \
| * | suppress deprecation errors in testslcg/manage-home-fixLamont Granquist2016-09-152-0/+6
| * | add tests for provider behaviorLamont Granquist2016-09-141-0/+12
| * | revert supports[:manage_home] behaviorLamont Granquist2016-09-141-6/+24
| |/
* | typofix [ci skip]Lamont Granquist2016-09-151-1/+1
* | add tests and tweak codeLamont Granquist2016-09-151-9/+34
|/
* Fixes GH-4955, allowing local gems with remote dependenciesJoseph (Jy) Yaworski2016-09-081-4/+2
* Merge pull request #5234 from MsysTechnologiesllc/ali/allow_symlink_directory...Bryan McLellan2016-09-071-0/+155
|\
| * Fixed RuboCop issues.aliasgar162016-09-011-35/+35
| * Added RSpecs for the fix.aliasgar162016-09-011-0/+155
* | Merge pull request #5281 from coderanger/recipe_file_loadedNoah Kantrowitz2016-09-062-3/+45
|\ \
| * | Thanks, Windows.Noah Kantrowitz2016-09-061-1/+3
| * | Fix dispatcher tests.Noah Kantrowitz2016-09-061-2/+2
| * | Hook up the recipe_file_loaded event which was defined but not actually called.Noah Kantrowitz2016-09-021-1/+41
* | | Merge pull request #5250 from MsysTechnologiesllc/dh/add_timeout_during_packa...Bryan McLellan2016-09-061-0/+9
|\ \ \ | |/ / |/| |
| * | Added spec for Timeout function in Windows remove package codedheerajd-msys2016-09-061-0/+9
* | | Added fix for spaces in profile identifiers (#5159)Nate Walck2016-08-291-0/+6
* | | Use symbols instead of strings as keys for systemd user property (#5241)Joshua Miller2016-08-262-4/+4
* | | Merge pull request #5249 from evan2645/use-upstart-goal-state-as-service-statusThom May2016-08-251-12/+27
|\ \ \
| * | | Use upstart goal state as service statusEvan Gilman2016-08-241-12/+27
* | | | Allow flagging a resource property as sensitiveadamleff/sensitive-propertiesAdam Leff2016-08-251-0/+20
|/ / /
* | | Merge pull request #5243 from chef/lcg/rewrite-linux-user-providerLamont Granquist2016-08-241-13/+8
|\ \ \
| * | | add func spec for default and fix unit specsLamont Granquist2016-08-231-3/+8
| * | | clean up everythingLamont Granquist2016-08-231-11/+1
| |/ /
* | | Create and delete yum repositoriesThom May2016-08-244-8/+92
|/ /
* | Add a warning for guard blocks that return a non-empty string.Noah Kantrowitz2016-08-221-0/+46
|/
* Stop using obsolete URI.escape; use Addressable::URI instead.John Keiser2016-08-221-2/+4
* user provider manage_home behavior and refactorLamont Granquist2016-08-197-32/+101
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-17113-936/+992
* fix Style/VariableName copLamont Granquist2016-08-162-4/+4
* fix some Style/TrailingWhitespaceLamont Granquist2016-08-161-30/+30
* fixing Lint/Void copLamont Granquist2016-08-163-11/+11
* fix Lint/UnderscorePrefixedVariableName copLamont Granquist2016-08-162-10/+10
* autofixing Style/WhileUntilModifier copLamont Granquist2016-08-161-3/+1
* autofixing Style/SpaceBeforeSemicolon copLamont Granquist2016-08-161-2/+2
* autofixing Style/SpaceBeforeComment copLamont Granquist2016-08-161-2/+2