summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
* Don't allow expectations of raising an error without an error type.Pete Higgins2020-07-141-1/+1
* Give an rspec file the proper suffix.Pete Higgins2020-07-141-0/+0
* Merge pull request #10154 from chef/dont-allow-expectations-on-nilTim Smith2020-07-142-5/+4
|\
| * Don't allow setting expectations on nil.dont-allow-expectations-on-nilPete Higgins2020-07-132-5/+4
* | Merge pull request #10155 from chef/fix-windows-test-warningTim Smith2020-07-141-6/+2
|\ \
| * | Use rspec constant stubbing.fix-windows-test-warningPete Higgins2020-07-131-6/+2
| |/
* | Fix execute resource with integer user parameter.Pete Higgins2020-07-131-0/+10
|/
* Merge pull request #10150 from chef/fix-windows-test-warningTim Smith2020-07-131-3/+4
|\
| * Fix two warnings in tests.Pete Higgins2020-07-131-3/+4
* | 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
* Fix knife cookbook upload tests.snehaldwivedi2020-07-101-6/+5
* Disable Naming/AsciiIdentifiers in our specsTim Smith2020-07-091-5/+5
* 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
* Merge pull request #10129 from chef/fix-some-windows-package-testsTim Smith2020-07-072-45/+18
|\
| * 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-072-3/+4
| * Update tests to match how Windows package checksums are done.Pete Higgins2020-07-071-38/+10
* | Fix quotes for ChefstyleTim Smith2020-07-072-5/+5
* | expand_path with __dir__ instead of __FILE__Tim Smith2020-07-072-5/+5
* | Merge pull request #10126 from chef/fix-powershell_exec-bang-testTim Smith2020-07-071-1/+1
|\ \ | |/ |/|
| * Fix `powershell_exec!` test.fix-powershell_exec-bang-testPete Higgins2020-07-071-1/+1
* | Add spaces after attrsTim Smith2020-07-073-0/+5
|/
* Merge pull request #10027 from chef/remove-bad-test-fileTim Smith2020-06-284-10/+12
|\
| * More missed run_context references.remove-bad-test-filePete Higgins2020-06-261-2/+4
| * Remove test file that added a method to top-level scope.Pete Higgins2020-06-264-10/+10
* | Merge pull request #10078 from chef/revert-initial-diff-fixTim Smith2020-06-281-2/+1
|\ \
| * | Revert "Merge pull request #10052 from chef/fix-diff-tests"revert-initial-diff-fixPete Higgins2020-06-261-2/+1
| |/
* | Update tests and docs for umask on Windows.fix-umask-test-on-windowsPete Higgins2020-06-261-8/+25
|/
* Merge pull request #10074 from chef/lcg/win-unit-test-cherrypickLamont Granquist2020-06-2610-48/+80
|\
| * revert these changes as they break everything else other than windowsLamont Granquist2020-06-262-16/+13
| * Pick some of the unit test fixes from #10068lcg/win-unit-test-cherrypickLamont Granquist2020-06-2612-61/+96
* | Remove other top-level methods defined in tests and do a little cleanup.other-test-cleanupPete Higgins2020-06-243-52/+49
* | Fix some odd whitespacing in tests.Pete Higgins2020-06-2420-59/+59
* | Remove another top-level method from the test suite.Pete Higgins2020-06-241-22/+6
|/
* Merge pull request #10021 from chef/cspell_common_dictTim Smith2020-06-231-1/+0
|\
| * Fix more typosTim Smith2020-06-231-1/+0
* | fix role unit specs for windowsLamont Granquist2020-06-231-21/+23
* | try to fix the windows selinux unit testsLamont Granquist2020-06-231-0/+1
|/
* Add rubular link for regex in test.fix-diff-testsPete Higgins2020-06-231-0/+1
* Update the regex that was scrubbing OS specific strings.Pete Higgins2020-06-231-1/+1
* More aggressively deprecate config_valueLamont Granquist2020-06-221-0/+1
* Merge pull request #10000 from chef/resource-umask-propertyTim Smith2020-06-171-0/+52
|\
| * Cleanup test, add failsafe reset.Pete Higgins2020-06-161-10/+11
| * Fix chefstyle violation.Pete Higgins2020-06-161-1/+1
| * Add a umask property for resources.Pete Higgins2020-06-161-0/+51
* | Silence exception output in threaded test.Pete Higgins2020-06-161-0/+9
|/
* Merge pull request #10001 from chef/cron_cleanupTim Smith2020-06-153-52/+16
|\
| * Moved all the constants together.antima-gupta2020-06-101-1/+0