summaryrefslogtreecommitdiff
path: root/spec/unit/provider
Commit message (Expand)AuthorAgeFilesLines
* only run systemd unit tests on linuxmwrock2020-12-081-1/+1
* Merge pull request #10683 from chef/cmdletTim Smith2020-12-012-28/+11
|\
| * replace usages of Cmdlet class with powershell_execmwrock2020-11-302-28/+11
* | Chefstyle fixes for RuboCop 1.4.xTim Smith2020-11-251-0/+1
|/
* Fix user output to say waht changedPhil Dibowitz2020-11-181-1/+7
* Merge pull request #10472 from MsysTechnologiesllc/antima/fixes_for_mutltiple...Tim Smith2020-11-161-10/+21
|\
| * Added update_or_delete_fs method to fix the order change.antima-gupta2020-11-121-1/+21
| * Updated enabled? method to fix multiple entry issue in fstab.antima-gupta2020-11-121-9/+0
* | Merge pull request #10642 from jaymzh/groupfixesTim Smith2020-11-132-1/+7
|\ \
| * | Fix tests; improve outputPhil Dibowitz2020-11-122-1/+7
| |/
* | Added not_supported_on_solaris because it can't cope with LABEL and UUID devi...antima-gupta2020-11-131-1/+2
|/
* Merge pull request #10631 from chef/lcg/zypper-fixTim Smith2020-11-112-27/+2
|\
| * fix specLamont Granquist2020-11-111-2/+2
| * update zypper_packageLamont Granquist2020-11-111-25/+0
* | Fixes for CIFS mount not idempotent issue.antima-gupta2020-11-111-0/+10
|/
* Don't uses regexes in splits when we don't need tono_regex_in_splitTim Smith2020-11-081-1/+1
* convert most internal powershell_out to powershell_execmwrock2020-10-281-2/+1
* Moved device_fstab method from provider/mount/mount.rb to provider/mount.rb.antima-gupta2020-10-281-0/+30
* missing fixesLamont Granquist2020-10-262-3/+3
* Final batch of unified_mode providersLamont Granquist2020-10-263-49/+29
* Remove an empty before block in a specTim Smith2020-10-261-3/+0
* ensure powershell_package commands are run with tls 1.2mwrock2020-10-201-95/+87
* add interpreter to handle pwsh and powershell to powershell_scriptps_scriptmwrock2020-10-071-0/+11
* Remove a redundant spec loopremove_loopsTim Smith2020-09-081-2/+0
* Resolve RuboCop Style/RedundantInterpolation warningsTim Smith2020-09-081-1/+1
* removed unnecessary 'ostruct' from linux mount provider spec.antima-gupta2020-08-281-1/+0
* Update changes as per review comment.antima-gupta2020-08-271-39/+46
* Added context in the linux mount provider specantima-gupta2020-08-271-60/+64
* Fixed mount Resource for bind mounts is not idempotent.antima-gupta2020-08-271-0/+87
* Add unit and integration testing back to omnibus testersLamont Granquist2020-08-172-2/+5
* File.exists? -> File.exist?existTim Smith2020-08-126-18/+19
* Fix broken powershell_script test.fix-powershell-testPete Higgins2020-08-071-3/+4
* Add regression test for powershell_script flag order.Pete Higgins2020-08-071-5/+11
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-031-9/+9
* Convert osx_profile to custom resourcelcg/osx_profileLamont Granquist2020-08-031-255/+0
* Reset logger in test to avoid global state persisting.Pete Higgins2020-07-161-7/+0
* Merge pull request #10148 from chef/fix-spec_helper-requiresTim Smith2020-07-153-3/+2
|\
| * The spec/ directory is in the path.fix-spec_helper-requiresPete Higgins2020-07-133-3/+2
* | Change non-default rubygems URL to default one for failing test.Pete Higgins2020-07-151-14/+1
* | Workaround SSL cert verification failure in test.fix-rubygems-ssl-test-failurePete Higgins2020-07-141-0/+4
* | Turn off ssl certificate verification in failing test.Pete Higgins2020-07-141-0/+9
* | Factor out common test setup.Pete Higgins2020-07-141-9/+4
* | Use rspec constant stubbing.fix-windows-test-warningPete Higgins2020-07-131-6/+2
* | Don't run the dnf test that Windows doesn't like on Windows.Pete Higgins2020-07-131-1/+1
|/
* Fix windows package tests.fix-windows-unit-testssnehaldwivedi2020-07-101-8/+13
* Skip failing systemd unit tests on Windows.Pete Higgins2020-07-081-12/+3
* Fix systemd unit test on Windows.Pete Higgins2020-07-081-24/+37
* Refer to the new_resource directly.Pete Higgins2020-07-071-5/+5
* Update test for Windows package installer_type since the resource behavior ch...Pete Higgins2020-07-071-3/+3
* Update tests to match how Windows package checksums are done.Pete Higgins2020-07-071-38/+10