summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Expand)AuthorAgeFilesLines
* When reporting a resource, before and after should always be a hashjamesc2013-10-151-0/+37
* Add tests for start_chef_zero parameter in knifeJohn Keiser2013-10-021-1/+1
* Fix the annoying warning when running specs on windows.sersut2013-09-301-0/+48
* Fix CHEF-4419 by appending a drive letter from the current working directory ...sersut2013-09-301-0/+37
* Normalize whitespace on all filesSeth Vargo2013-09-265-27/+27
* Don't bother cleaning up Chef::Config after tests or initializing things to d...John Keiser2013-09-161-24/+0
* Reset configuration before each testJohn Keiser2013-09-161-9/+0
* Delete config variable :after setting itJohn Keiser2013-09-161-0/+4
* Use Chef::Config.reset in tests instead of save/load configJohn Keiser2013-09-133-20/+19
* CHEF-4487: support chef_repo_path in all knife commandsJohn Keiser2013-09-111-8/+3
|\
| * Make chef_repo_path globally accessible across knife and chef-clientJohn Keiser2013-08-281-8/+3
* | Added a new method to check for suse platform for testingMukta A2013-09-031-0/+4
|/
* aix does not allow link creation to nonexistent files.kaustubh-d2013-08-191-0/+4
* Add methods to query for template/file existence in run contextdanielsdeleo2013-08-021-0/+22
* Fix test expectations for windows file separatorsDaniel DeLeo2013-07-031-2/+4
* Use symlink source when inspecting current permissionsdanielsdeleo2013-07-021-10/+50
* ruby >= 1.9 is more useful than ruby == 1.9 in a ruby 1.9+2.0 worldLamont Granquist2013-06-281-0/+12
* Test manage_symlink_source w/ links to linksdanielsdeleo2013-06-261-0/+36
* Update tests to expect normalized filenamesDaniel DeLeo2013-06-261-4/+10
* Fix spec file loading annoyancesdanielsdeleo2013-06-261-20/+21
* Allow file resources to manage files via symlinkdanielsdeleo2013-06-261-26/+164
* Ensure usermod -d option comes before -m.danielsdeleo2013-06-211-5/+6
* Merge pull request #840 from opscode/lcg/cloexec_lockfilelamont-granquist2013-06-201-0/+6
|\
| * add test, bitwise arithm, note about 1.8/1.9/2.0 differencesLamont Granquist2013-06-201-0/+6
* | [CHEF-4204] Fix solaris tests to not access shadow file.danielsdeleo2013-06-201-67/+65
* | Pass useradd commands as argv array instead of sh command.danielsdeleo2013-06-201-0/+408
* | Add missing license to integration test files.sersut2013-06-141-0/+17
|/
* Prevent integration tests from loading real configdanielsdeleo2013-06-101-0/+15
* Restore Chef::Config after each testJohn Keiser2013-06-071-4/+4
* Don't load dependencies unless you run the command!John Keiser2013-06-071-2/+3
* Add cookbook support to knife zeroJohn Keiser2013-06-071-47/+7
* Set cache dir to tmp for systems where we don't own /varJohn Keiser2013-06-071-36/+47
* Include Chef::Config before rspec to work with new Chef::Config detection in ...John Keiser2013-06-071-1/+1
* Parallelize diff, download and uploadJohn Keiser2013-06-071-0/+4
* Turn list() and list_pairs() into EnumerablesJohn Keiser2013-06-071-1/+1
* Reset config variables before each integration testjkeiser2013-06-071-1/+12
* Delete unused spec helpersjkeiser2013-06-071-141/+0
* [SPEC] Added versioned cookbooks spec for diffHo-Sheng Hsiao2013-06-071-5/+9
* [SPEC] Added upload and download specs with cookbook versionsHo-Sheng Hsiao2013-06-071-11/+69
* [SPEC] Reorganized download, upload, and diff integration specsHo-Sheng Hsiao2013-06-071-16/+101
* [SPEC] Added versioned cookbook helpers, added some upload specsHo-Sheng Hsiao2013-06-071-0/+21
* [COOKBOOKS] Fixed regressions when versioned_cookbooks is falseHo-Sheng Hsiao2013-06-071-2/+4
* Don't care about line ending differences on WindowsJohn Keiser2013-06-071-2/+7
* More knife upload tests, fix cookbook read not to warnjkeiser2013-06-071-5/+5
* Add knife upload tests; print warnings/errors on undeleteable thingsjkeiser2013-06-071-2/+14
* Fix bug where it thought you were in "cookbooks1" when you were really in "co...jkeiser2013-06-071-4/+9
* Make cwd detection work when repo dir is a symlinkjkeiser2013-06-071-0/+28
* Capture Chef::Log warnings and errors in testsjkeiser2013-06-071-0/+12
* Remove old knife() test helpers, convert holdouts to new .should_fail/should_...jkeiser2013-06-071-47/+39
* Make deps report error when file does not existjkeiser2013-06-071-2/+52