-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
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
uninitialised constant Kitchen::Verifier::Inspec::Hashie when declaring inputs #242
Comments
More to the above, which will hopefully help speeding up the resolution for this... The problem is around here: https://github.com/inspec/kitchen-inspec/blob/master/lib/kitchen/verifier/inspec.rb#L121-L125 |
Hold on fire on this. It might be my machine which is misconfigured 😒 |
OK. I cleared my system of all the versions of Ruby I had installed with |
Adding I'm going to PR this soon. |
I'm having this issue too |
same issue here |
PR is ready. Just need maintainers to review & accept. Use my branch in the meantime if that's blocking you. |
Bump |
Version:
Environment:
macOS
Scenario:
Trying to run
bundle exec kitchen verify
Steps to Reproduce:
Create a
.kitchen.yml
and add the following bits to it:Expected Result:
test-kitchen fires the inspec verifier as normal (doesn't matter whether the tests pass or not)
Actual Result:
[What actually happens after the reproduction steps?]
❓
Note: by commenting out the
inputs
section, the problem goes away. I can run inspec normally.The text was updated successfully, but these errors were encountered: