-
Notifications
You must be signed in to change notification settings - Fork 584
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
In the absence of a Berksfile, sadness abounds #92
Comments
Relates to #28 |
Working on this today 😄 I keep finding that kitchen-vagrant has different or special behavior (which is appreciated), so I'm working on getting test-kitchen/kitchen-vagrant#12 merged to help. |
I believe we are good-to-go here, and love it! If I'm wrong, @miketheman knows what to do 😄 |
Awesome sauce. /hugs Fletcher Nichol notifications@github.com wrote: I believe we are good-to-go here, and love it! If I'm wrong, @mikethemanhttps://github.com/miketheman knows what to do [:smile:] — |
…-user Updating documentation so first-time users have an easier time
This came up in discussion in IRC, and I believe the error to be a logical one, not a technology one.
Given: I am developing a cookbook named "fred"
And: "fred" has no dependencies
When: I run
kitchen test
Then: "fred" should be sent to the target OS
Currently, this fails with a Chef::Exceptions::CookbookNotFound
I suspect this should be in the
converge
phase.The text was updated successfully, but these errors were encountered: