summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | 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
* | | | | | | | Merge pull request #9998 from plexinc/fix_git_resourceLamont Granquist2020-07-101-0/+22
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Don't try a git branch -f if already on the same branchMatthieu Serrepuy2020-07-101-0/+22
* | | | | | | | Disable Naming/AsciiIdentifiers in our specsTim Smith2020-07-092-6/+6
* | | | | | | | Merge pull request #10133 from chef/sshTim Smith2020-07-081-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Update functional specssshTim Smith2020-07-081-4/+4
* | | | | | | | | Remove reference to deprecated option in test helper.Pete Higgins2020-07-081-5/+2
|/ / / / / / / /
* | | | | | | | 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-0711-16/+16
* | | | | | | | expand_path with __dir__ instead of __FILE__Tim Smith2020-07-0711-16/+16
* | | | | | | | 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-076-0/+10
|/ / / / / /
* | | | | | feed chefstylelcg/fix-syslogLamont Granquist2020-07-021-1/+0
* | | | | | Replace stub run_context with one with more platform information.Pete Higgins2020-06-302-2/+13
* | | | | | Remove a stub run_context.Pete Higgins2020-06-301-2/+0
* | | | | | Use the original run_context for tests that depend on platform specific stuff.fix-release-build-testsPete Higgins2020-06-303-3/+28
* | | | | | Fix more undefined references to run_context.Pete Higgins2020-06-303-0/+6
* | | | | | Don't use stubbed node.Pete Higgins2020-06-301-6/+2
* | | | | | Fix a missing reference to run_context.Pete Higgins2020-06-301-3/+4
* | | | | | Merge pull request #10027 from chef/remove-bad-test-fileTim Smith2020-06-2832-61/+67
|\ \ \ \ \ \
| * | | | | | More missed run_context references.remove-bad-test-filePete Higgins2020-06-261-2/+4
| * | | | | | This spec seems to rely on the existing run_context behavior.Pete Higgins2020-06-261-2/+9
| * | | | | | Remove test file that added a method to top-level scope.Pete Higgins2020-06-2632-61/+58
* | | | | | | 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-2611-56/+92
|\ \ \ \ \ \
| * | | | | | 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-2613-69/+108
| | |_|_|/ / | |/| | | |
* | | | | | 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-2434-83/+83
* | | | | | 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 #10011 from chef/vasundhara/Fixes_knife_config_use_profileTim Smith2020-06-181-2/+55
|\ \ \ \
| * | | | Fix for #9686: knife config use profile doesn't validate that the profile existvasundhara/Fixes_knife_config_use_profileVasu11052020-06-181-2/+55
* | | | | Merge pull request #10000 from chef/resource-umask-propertyTim Smith2020-06-171-0/+52
|\ \ \ \ \ | |/ / / / |/| | | |