summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Collapse)AuthorAgeFilesLines
* Fix stub for failing spec on 1.9.3Claire McQuin2014-11-031-0/+1
|
* Merge branch 'master' into mcquin/rspec-3Claire McQuin2014-10-311-2/+2
|\
| * Fix windows specs for windows package type.Serdar Sutay2014-10-301-2/+2
| |
* | Merge branch 'master' into mcquin/rspec-3Claire McQuin2014-10-302-10/+20
|\ \ | |/ | | | | | | | | Conflicts: spec/functional/dsl/reboot_pending_spec.rb spec/functional/event_loggers/windows_eventlog_spec.rb
| * Turn off the alternative resource name tests for windows service andpackage.Serdar Sutay2014-10-282-16/+4
| |
| * Make sure the event log related capability is turned off on Windows 2003 ↵Serdar Sutay2014-10-282-4/+16
| | | | | | | | boxes since it's not supported.
| * Make sure windows_service and windows_package resources are found with the ↵Serdar Sutay2014-10-282-10/+20
| | | | | | | | new dynamic provider resolver.
* | 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
| | | | | | |