summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Collapse)AuthorAgeFilesLines
* Update to RSpec 3.Claire McQuin2014-10-29238-6032/+6032
|
* windows_package installer_type should be a symbolBryan McLellan2014-10-281-3/+3
| | | | Fixes #1997
* Merge pull request #2230 from opscode/if/add-cheffs-empty-checkIsa Farnik2014-10-281-5/+18
|\ | | | | Add #empty? method to the ChefFS base dir class.
| * add empty? method for cheffs base dir classcuriositycasualty2014-10-281-5/+18
| | | | | | | | | | | | | | | | add spec tests remove commented pry binding delegate to Array#empty? instead
* | fix more solaris provider lolwutlcg/rspec3-updatesLamont Granquist2014-10-241-2/+2
| |
* | remove lolwut from testsLamont Granquist2014-10-241-3/+0
| |
* | updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-24146-4781/+4781
| | | | | | | | mechanically generated patch using transpec 2.3.7 gem
* | Merge pull request #2251 from chilicheech/fix_dscl_group_nameSerdar Sutay2014-10-241-2/+3
|\ \ | | | | | | use group_name when checking if the group exists on mac osx with dscl
| * | use group_name when checking if the group exists on mac osx with dsclThiago Oliveira2014-10-171-2/+3
| | |
* | | Merge pull request #2196 from ↵Serdar Sutay2014-10-241-6/+2
|\ \ \ | | | | | | | | | | | | | | | | ClogenyTechnologies/sid/fix-bootstrap-options-precedence [knife-ec2]Command-line options do not take precedence over knife.rb configuration (#247)
| * | | Fixed review comments related to bootstrap config spec testssiddheshwar-more2014-10-201-0/+40
| | | |
| * | | Removed spec tests related to bootstrap config optionssiddheshwar-more2014-10-111-74/+0
| | | |
| * | | Fixed issue related to precedence of knife config optionssiddheshwar-more2014-10-091-0/+30
| | | |
* | | | Merge pull request #1596 from opscode/lcg/provider-resovlerLamont Granquist2014-10-2428-684/+1011
|\ \ \ \ | | | | | | | | | | CHEF-3404: Provider Resolver
| * | | | Chef-12 RC Provider ResolverLamont Granquist2014-10-2428-728/+964
| | | | | | | | | | | | | | | | | | | | | | | | | makes resource and provider class resolution more dynamic. begins deprecation of Chef::Platform static mapping.
| * | | | Initial sketch for provider resolverRichard Manyanza2014-10-221-0/+91
| | | | |
* | | | | Renamed compare_value in env providerJay Mundrawala2014-10-232-15/+15
| | | | |
* | | | | delete_element should return false if the key needs to be deletedJay Mundrawala2014-10-231-5/+11
| | | | |
* | | | | Modified spec to check subpath caseJay Mundrawala2014-10-231-3/+3
| | | | |
* | | | | Added unit tests to ensure that value for env correctly deals with having ↵Jay Mundrawala2014-10-231-0/+40
| | | | | | | | | | | | | | | | | | | | the delimiter in it
* | | | | Merge pull request #2229 from opscode/jdmundrawala/12-evt-logJay Mundrawala2014-10-231-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Logging events to the Windows Event Log
| * | | | Updated client_spec to not run event loggerJay Mundrawala2014-10-221-1/+1
| | | | |
* | | | | Merge pull request #2264 from opscode/jdmundrawala/issue-2225Jay Mundrawala2014-10-221-1/+6
|\ \ \ \ \ | |/ / / / |/| | | | Improve detection missing WhatIf support
| * | | | Added spec to test a whatif expception with \r\n is corrrectly classifiedjdmundrawala/issue-2225Jay Mundrawala2014-10-221-1/+6
| | | | |
* | | | | Merge pull request #2265 from opscode/sersut/resource-list-specsSerdar Sutay2014-10-223-66/+200
|\ \ \ \ \ | |/ / / / |/| | | | Add missing specs for List
| * | | | Delegate Array methods rather than hardcoding into the ResourceList class.sersut/resource-list-specsSerdar Sutay2014-10-211-1/+1
| | | | |
| * | | | Updates based on PR comments.Serdar Sutay2014-10-211-58/+37
| | | | |
| * | | | Add pending specs for resource list.Serdar Sutay2014-10-202-1/+159
| | | | |
| * | | | Convert resource_collection spec to Rspec3 syntax.Serdar Sutay2014-10-201-65/+62
| | | | |
* | | | | Renamed output_has_dsc_module_failure to dsc_module_import_failureJay Mundrawala2014-10-221-5/+5
| |_|_|/ |/| | |
* | | | Merge pull request #2028 from ClogenyTechnologies/kd/aix-serviceSerdar Sutay2014-10-212-0/+450
|\ \ \ \ | | | | | | | | | | aix service provider
| * | | | aix service provider more code changeskaustubh-d2014-09-151-1/+67
| | | | |
| * | | | aix service speckaustubh-d2014-09-121-0/+115
| | | | |
| * | | | aixinit specskaustubh-d2014-09-111-0/+269
| | | | |
* | | | | Merge pull request #2255 from xeron/node_to_hash_run_list_fixSerdar Sutay2014-10-211-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Make empty run_list to produce an empty array when using node.to_hash
| * | | | | Separate test for node.to_hash with empty run_list.Ivan Larionov2014-10-191-3/+4
| | | | | |
| * | | | | Empty run_list should result in empty array when using node.to_hash.Ivan Larionov2014-10-181-0/+3
| | | | | |
* | | | | | Merge pull request #2237 from rottenbytes/mount_cgroupsSerdar Sutay2014-10-211-10/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | mount resource : allow to mount cgroups
| * | | | | | update tests : add cgroup and use a loopNicolas Szalay2014-10-161-10/+6
| | | | | | |
* | | | | | | Merge pull request #2259 from kwilczynski/chef-2258Serdar Sutay2014-10-211-6/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix value of retries shown in the error report.
| * | | | | | | Fix value of retries shown in the error report.Krzysztof Wilczynski2014-10-191-6/+28
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2258. Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
* | | | | | | Merge pull request #2263 from opscode/sersut/chef-rc-fixesSerdar Sutay2014-10-202-3/+3
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Misc RC spec fixes that we ran into in CI.
| * | | | | | Disable data bag encryption v3 specs on ruby 1.9.X.sersut/chef-rc-fixesSerdar Sutay2014-10-202-3/+3
| | | | | | |
| * | | | | | Correctly turn off version 3 data bag encryption specs on windows.Serdar Sutay2014-10-202-3/+3
| |/ / / / /
* | | | | | rspec-3-ifylcg/rest-test-speedupLamont Granquist2014-10-201-74/+74
| | | | | |
* | | | | | speed up rest testLamont Granquist2014-10-181-1/+5
|/ / / / / | | | | | | | | | | | | | | | eliminate the sleep + retry delays on the other failing test as well
* | | | | Merge pull request #2216 from opscode/tball/bsd_package_nameTyler Ball2014-10-174-41/+216
|\ \ \ \ \ | |_|_|_|/ |/| | | | Notify a resource by the `resource[name]` key it was written as
| * | | | 1) No longer allowing multiple args passed to ResourceCollection#<< 2) ↵tyler-ball2014-10-171-34/+1
| | | | | | | | | | | | | | | | | | | | removing ResourceCollection#insert_at
| * | | | Cleaning up based on review commentstyler-ball2014-10-172-197/+188
| | | | |
| * | | | Added some documentation and cleaned up unecessary TODOs. Added first round ↵tyler-ball2014-10-161-0/+217
| | | | | | | | | | | | | | | | | | | | of specs for the new classes.