summaryrefslogtreecommitdiff
path: root/spec/unit/provider
Commit message (Expand)AuthorAgeFilesLines
* Handle nil tempfile, ftp, http casesadamedx2013-10-171-1/+1
* CHEF-4625: Explicitly close temp files to prevent sharing violationsadamedx2013-10-171-1/+2
* Merge pull request #1063 from opscode/adamed-chef-4422Adam Edwards2013-10-171-0/+41
|\
| * Merge pull request #939 from opscode/adamed-11-stable-OC-9173-remote-file-pathAdam Edwards2013-10-171-0/+41
* | Fix the spec that stubs ::File::exists?sersut2013-10-171-0/+2
|/
* Use Chef::HTTP for knife-essentials raw requests, fix CHEF-4515 in the balanceJohn Keiser2013-10-112-24/+24
|\
| * Convert http_request provider to HTTP::Simpledanielsdeleo2013-10-081-15/+15
| * Convert remote file to use simple httpdanielsdeleo2013-10-081-9/+9
* | add unit test and remove "supports"KAWAHARA Masashi2013-10-101-0/+14
* | CHEF-1559: Modify test syntax for Ruby 1.8 compatBryan McLellan2013-10-101-23/+9
* | Remove accidental :focus => trueJack Foy2013-10-101-1/+1
* | Further DRY up Service::Debian specsJack Foy2013-10-101-20/+21
* | Add specialized action_enable method to Chef::Provider::Service::DebianJack Foy2013-10-101-0/+54
* | Reorganize and DRY up Debian service specJack Foy2013-10-101-162/+211
|/
* Switch default mdadm tests to creat a raid 5 array and add a test toTim Smith2013-10-041-9/+14
* Fix test failuresTim Smith2013-10-041-4/+2
* rspec tests to cover CHEF-4371David Miller2013-10-041-0/+28
* Normalize whitespace on all filesSeth Vargo2013-09-2645-304/+304
* [CHEF-4507] Smartos package provider to match resource package_nameEric Saxby2013-09-251-0/+18
* User provider does not update user when uid/gid are stringsEric Saxby2013-09-241-29/+21
* Merge branch 'CHEF-4248'Bryan McLellan2013-09-172-9/+43
|\
| * CHEF-4248: Fix Ruby 1.8 incompatibilitiesBryan McLellan2013-09-171-5/+3
| * Extend deploy provider spec to cover timeoutJack Foy2013-07-191-0/+14
| * Fix botched rebaseJack Foy2013-07-191-2/+0
| * Remove stray :focus from specJack Foy2013-07-191-1/+1
| * Update specs to encompass scm timeout attributeJack Foy2013-07-191-10/+34
* | Support platform "suse" and "opensuse" on OpenSuSEdanielsdeleo2013-09-171-0/+1
* | Don't bother cleaning up Chef::Config after tests or initializing things to d...John Keiser2013-09-161-8/+0
* | Reset configuration before each testJohn Keiser2013-09-161-6/+0
* | Use Chef::Config.reset in tests instead of save/load configJohn Keiser2013-09-131-2/+3
* | Updated test to differentiate between name of group & group_nameMukta Aphale2013-09-031-1/+2
* | Unit test for group_name test in NetGroup for Windows providerMukta Aphale2013-09-031-0/+13
* | Removed unwanted stubbing.Prabhu Das2013-08-191-2/+1
* | Fixed broken test cases.prabhu-das2013-08-191-6/+7
* | Unit tests for AIX BFF Package providerDeepali Jagtap2013-08-191-0/+171
* | fix unit test for cron and stderrs check nil.kaustubh-d2013-08-041-3/+3
* | popen4 can yield while child has already died.kaustubh-d2013-08-041-0/+17
* | move tests to abstracted unix cron.kaustubh-d2013-08-041-3/+3
* | fix cron unit test, this worked since @cron_exists was not reset properly.kaustubh-d2013-08-041-1/+2
* | Purge remaining references to run_command_with_systems_localedanielsdeleo2013-08-021-6/+1
* | Convert apt package provider to shelloutdanielsdeleo2013-08-021-160/+124
* | Remove deprecated method usage from package providerdanielsdeleo2013-08-021-1/+3
* | CHEF-4344: Clean up instances of 'the the' typo.Bryan McLellan2013-07-268-11/+11
* | revert is_vip from ifconfig resource.kaustubh-d2013-07-231-79/+0
* | using StringIO for stubbing as String#each is deprecated.kaustubh-d2013-07-231-1/+1
* | aix ifconfig - validate exception if metric is set.kaustubh-d2013-07-231-0/+12
* | aix ifconfig - delete unit tests.kaustubh-d2013-07-231-0/+44
* | aix ifconfig - disable unit tests.kaustubh-d2013-07-231-0/+45
* | aix ifconfig unit test - add, enable actions.kaustubh-d2013-07-231-0/+158
* | set correct expectation on add action when interface already exists.kaustubh-d2013-07-231-1/+1