summaryrefslogtreecommitdiff
path: root/spec/support/shared
Commit message (Expand)AuthorAgeFilesLines
* Avoid ambiguous regexesambiguous_regexTim Smith2020-11-211-1/+1
* include password in guard inherited attributesguard_passwordmwrock2020-11-201-2/+2
* Refactor resource guard interpreter.refactor-resource-guard-interpreterPete Higgins2020-10-162-3/+3
* Move to using ChefConfig for CONF_DIRLance Albertson2020-09-151-1/+1
* Merge pull request #10423 from chef/sidTim Smith2020-09-111-27/+108
|\
| * allow the use of SIDs in windows securable resourcesmwrock2020-09-111-27/+108
* | Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-092-4/+4
|/
* Add unit and integration testing back to omnibus testersLamont Granquist2020-08-171-0/+2
* File.exists? -> File.exist?existTim Smith2020-08-125-8/+8
* Clean up some interdependencies in script resource tests.Pete Higgins2020-08-072-48/+21
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-031-18/+18
* Remove unused shared context that conflicted with cheffish.cleanup-integration-helper-codePete Higgins2020-07-291-28/+23
* Inline a shared context and remove it and DSL method.Pete Higgins2020-07-291-13/+0
* Remove unnecessary resetting of Chef::Config.Pete Higgins2020-07-291-5/+0
* Remove unused shared context.Pete Higgins2020-07-291-7/+0
* Set log level to :fatal in test to prevent excess logging.fix-excess-logging-in-functional-testPete Higgins2020-07-221-1/+0
* Reset logger in test to avoid global state persisting.Pete Higgins2020-07-161-4/+0
* Remove a deprecated use of `.ordered` on an `allow` expectation.raise-on-raise_errorPete Higgins2020-07-151-1/+0
* Remove reference to deprecated option in test helper.Pete Higgins2020-07-081-5/+2
* Remove test file that added a method to top-level scope.Pete Higgins2020-06-262-2/+0
* Merge pull request #10074 from chef/lcg/win-unit-test-cherrypickLamont Granquist2020-06-261-8/+12
|\
| * Pick some of the unit test fixes from #10068lcg/win-unit-test-cherrypickLamont Granquist2020-06-261-8/+12
* | Fix some odd whitespacing in tests.Pete Higgins2020-06-242-3/+3
|/
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Fix a test to avoid rspec warning.Pete Higgins2020-06-101-1/+1
* Replace nonsense word with other silly words.Pete Higgins2020-05-181-4/+4
* Fix ruby 2.7 keyword argument warnings.Pete Higgins2020-05-181-1/+1
* Align all our comments with the codeTim Smith2020-05-061-1/+1
* Fix more ruby 2.7 warning logspamlcg/more-ruby-27-logging-suppressionLamont Granquist2020-04-282-3/+3
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1324-24/+24
* some spec typosVivek Singh2020-04-073-3/+3
* Implement eager_load_libraries metadata optionLamont Granquist2020-04-031-7/+10
* Revert "CONTROVERSIAL: remove "with a chef repo" shared context."Tim Smith2020-03-161-0/+31
* CONTROVERSIAL: remove "with a chef repo" shared context.Ryan Davis2020-03-161-31/+0
* Fix all(?) circular requires coming from the specs.Ryan Davis2020-03-166-11/+0
* Remove constraints on specsnuke_old_specsTim Smith2020-02-281-2/+2
* Remove all the code that checks for Windows Nanonano_supportTim Smith2020-02-281-15/+2
* Add output for the file provider verification (#9039)Lamont Granquist2019-12-091-4/+16
|\
| * Fix undefined method `dirname' for Chef::Provider::File:Classlcg/file-verifier-outputVivek Singh2019-12-021-4/+16
* | Removed method for defining return codes, changed to evaluate stderr on exit ...skippy2019-11-191-15/+14
* | Resolved all chefstyle failuresskippy2019-11-171-14/+14
* | re-un-inverted my previous 3am coding adventure in double negativesskippy2019-11-171-3/+3
* | Resolved failing tests, fixed inverted logicskippy2019-11-171-12/+21
* | Resolved issues with tests not receiving exactly what they expected.skippy2019-11-171-5/+5
|/
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-083-6/+6
* remove app_server_support spec filelcg/remove-support-specLamont Granquist2019-08-282-41/+1
* fix 4 copsLamont Granquist2019-07-054-30/+30
* Style/SymbolProcLamont Granquist2019-07-053-37/+13
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-054-6/+6
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1