summaryrefslogtreecommitdiff
path: root/spec/support/shared/integration/integration_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Chef-15: Remove copyright dateslcg/remove-copyright-dates-chef-15Lamont Granquist2020-04-131-1/+1
* Fix all(?) circular requires coming from the specs.Ryan Davis2020-03-161-1/+0
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* remove app_server_support spec filelcg/remove-support-specLamont Granquist2019-08-281-2/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* Add train-core. Remove chef-core references outside of bootstrapMarc A. Paradise2019-04-291-1/+0
* Add chef/text require before Rubygems breaks YAMLMarc A. Paradise2019-04-241-0/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-2/+2
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-2/+2
* Use double quotes by defaultThom May2016-01-141-14/+14
* 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
* 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-291-15/+5
* Fix expected format of JSON errors in integration testsdanielsdeleo2014-08-101-1/+1
* Convert Chef Zero helpers to instance methodsdanielsdeleo2014-08-101-97/+99
* Upgrade Chef Zero & remove PumaSeth Vargo2014-03-121-0/+1
* Reset configuration before each testJohn Keiser2013-09-161-9/+0
* Use Chef::Config.reset in tests instead of save/load configJohn Keiser2013-09-131-8/+5
* Make chef_repo_path globally accessible across knife and chef-clientJohn Keiser2013-08-281-8/+3
* Restore Chef::Config after each testJohn Keiser2013-06-071-4/+4
* Include Chef::Config before rspec to work with new Chef::Config detection in ...John 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
* 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
* Don't display/diff empty/ignored cookbook directoriesjkeiser2013-06-071-7/+9
* Tests for empty and extra files/directoriesjkeiser2013-06-071-2/+10
* Add --local tests, repository file/dir DSLjkeiser2013-06-071-25/+37
* Move RSpec DSL to the ChefZero projectjkeiser2013-06-071-55/+4
* Add "knife list" testsjkeiser2013-06-071-0/+124