summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | modify attributes and nodes tests for deeply converting_valuesLamont Granquist2016-09-233-45/+50
| | * | | | | | Convert attributes defined as literal arraysGiacomo Bagnoli2016-09-211-0/+44
| * | | | | | | Handling Errno::ETIMEDOUT (#5358)Nimisha Sharad2016-09-221-0/+1
| * | | | | | | Fix for ifconfig resource's functional spec. (#5325)Aliasgar162016-09-221-0/+6
| * | | | | | | Merge pull request #5299 from chef/lcg/ignore-unknown-metdata-rb-fieldsLamont Granquist2016-09-221-0/+19
| |\ \ \ \ \ \ \
| | * | | | | | | drop warn all the way down to debuglcg/ignore-unknown-metdata-rb-fieldsLamont Granquist2016-09-211-1/+1
| | * | | | | | | ignore unknown metadata fields in metadata.rbLamont Granquist2016-09-211-0/+19
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | fix chef-solo spec timeouts (#5367)Lamont Granquist2016-09-211-2/+2
| |/ / / / / /
| * | | | | | Merge pull request #5351 from chef/lcg/node-presenter-tweaksLamont Granquist2016-09-211-1/+22
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | add spec around node['class'] vs. node.class behaviorlcg/node-presenter-tweaksLamont Granquist2016-09-201-0/+7
| | * | | | | add another spec for chef_environmentLamont Granquist2016-09-201-1/+8
| | * | | | | fix method_access and array handling in node presenterLamont Granquist2016-09-201-1/+8
| * | | | | | Fixed undefined short_cksum method issue and checksum in uppercase issue for ...Aliasgar162016-09-202-0/+59
| |/ / / / /
* | | | | | 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
|/ / / / /
* | | | | clean up users left from terminated builds and use explicid UIDs and GIDsMatt Wrock2016-09-191-3/+11
* | | | | Make 12.5+ custom resources whyrun safe by default.John Keiser2016-09-161-1/+17
* | | | | Fix whitespace on EOMsJohn Keiser2016-09-161-43/+43
* | | | | 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-152-17/+45
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Updated functional spec as per review commentdheerajd-msys2016-09-141-1/+2
| * | | | | Added functional specs for registry keydheerajd-msys2016-09-131-0/+9
| * | | | | 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-072-0/+189
|\ \ \
| * | | Added functional RSpecs for the fix added here for symlink issue on windows.aliasgar162016-09-071-0/+34
| * | | 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 #5279 from chef/lcg/fix-solo-spec-testLamont Granquist2016-09-061-6/+11
|\ \ \ \ \
| * | | | | use threads to workaround Process.spawn buginesslcg/fix-solo-spec-testLamont Granquist2016-09-021-6/+11
* | | | | | Merge pull request #5250 from MsysTechnologiesllc/dh/add_timeout_during_packa...Bryan McLellan2016-09-061-0/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |