We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having directories in the "helpers" directory causes kitchen verify to blow up with the following error message:
kitchen verify
-----> Starting Kitchen (v1.1.1) -----> Verifying <binary-centos-65>... >>>>>> ------Exception------- >>>>>> Class: Kitchen::ActionFailed >>>>>> Message: Failed to complete #verify action: [Is a directory - /home/Dev/chef/cookbooks/kafka/test/integration/helpers/serverspec/support] >>>>>> ---------------------- >>>>>> Please see .kitchen/logs/kitchen.log for more details
I usually tend to keep a support directory with matchers and the alike to DRY up tests (thinking mostly serverspec and RSpec here).
support
The text was updated successfully, but these errors were encountered:
Allow files in subdirectories in "helpers" directory
631a3d6
Closes test-kitchen#312
Successfully merging a pull request may close this issue.
Having directories in the "helpers" directory causes
kitchen verify
to blow up with the following error message:I usually tend to keep a
support
directory with matchers and the alike to DRY up tests (thinking mostly serverspec and RSpec here).The text was updated successfully, but these errors were encountered: