summaryrefslogtreecommitdiff
path: root/spec/support/shared/integration
Commit message (Expand)AuthorAgeFilesLines
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-022-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-023-3/+3
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-2/+2
* Use double quotes by defaultThom May2016-01-143-26/+26
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-132-2/+2
* bump up timeout for travisLamont Granquist2015-12-111-2/+2
* immediately_before -> beforeJohn Keiser2015-12-091-1/+1
* Fix testsJohn Keiser2015-12-091-0/+6
* Add tests for resource naming and creationJohn Keiser2015-05-131-5/+6
* Use expect syntax.Claire McQuin2014-10-291-5/+8
* Found some JSON pretty printing statements I missedtyler-ball2014-10-071-1/+1
* Gross hack: silence the mysterious post-test cleanup error while we investigate.Chris Doherty2014-09-151-1/+4
* Add org.json, members.json, invitations.json for full org downloadJohn Keiser2014-09-051-5/+7
* Switch back to ChefZero::RSpec version 3jk/rspec_zero_3John Keiser2014-08-292-145/+5
* remove JSON gem usageLamont Granquist2014-08-111-1/+0
* Fix expected format of JSON errors in integration testsdanielsdeleo2014-08-101-1/+1
* Convert Chef Zero helpers to instance methodsdanielsdeleo2014-08-102-97/+229
* Upgrade Chef Zero & remove PumaSeth Vargo2014-03-122-0/+43
* Add tests for start_chef_zero parameter in knifeJohn Keiser2013-10-021-1/+1
* Reset configuration before each testJohn Keiser2013-09-161-9/+0
* Use Chef::Config.reset in tests instead of save/load configJohn Keiser2013-09-132-10/+7
* Make chef_repo_path globally accessible across knife and chef-clientJohn Keiser2013-08-281-8/+3
* 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
* 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
* 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
* Fix deps errors, --no-recurse, add deps testsjkeiser2013-06-071-11/+19
* Don't display/diff empty/ignored cookbook directoriesjkeiser2013-06-071-7/+9
* Tests for empty and extra files/directoriesjkeiser2013-06-071-2/+10
* Add error test (missing file)jkeiser2013-06-071-3/+5
* Add --local tests, repository file/dir DSLjkeiser2013-06-071-25/+37
* Move RSpec DSL to the ChefZero projectjkeiser2013-06-071-55/+4