-
Notifications
You must be signed in to change notification settings - Fork 59
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
Update README.md to reflect test/recipes structure #96
Update README.md to reflect test/recipes structure #96
Conversation
Recently, when starting a new project `kitchen-inspec` as my verifier rather than `serverspec`, I noticed that it was looking in `test/recipes/default` for tests`. This directory *did* exist because I had created the cookbook with `chef generate cookbook`, but I had written my initial test in `test/integration/default` out of habit. In the commit history I noticed that d2b2742 changed the `test_base_path` to `test/recipes` but it doesn't look like the documentation was updated to reflect this.
Hi. I am an automated pull request bot named Curry. There are commits in this pull request whose authors are not yet authorized to contribute to Chef Software, Inc. projects or are using a non-GitHub verified email address. To become authorized to contribute, you will need to sign the Contributor License Agreement (CLA) as an individual or on behalf of your company. You can read more on Chef's blog. GitHub Users Who Are Not Authorized To ContributeThe following GitHub users do not appear to have signed a CLA: |
Hi. Your friendly Curry bot here. Just letting you know that all commit authors have become authorized to contribute. I have added the "Signed CLA" label to this issue so it can easily be found in the future. |
Both locations should be valid, with kitchen-inspec preferring |
@charlesjohnson I suppose so, but the readme doesn't mention |
I am not much happy with the change |
|
@chris-rock regardless of what is a good structure to use with Chef cookbooks and Automate, |
@davidcpell I am with you, that it should be in our documentation. Lets just wait with merging until chef-boneyard/chef-dk#964 (comment) is solved |
@davidcpell can you open an extra section for your additions, since |
Hi @chris-rock, sorry for letting this start to collect dust. I'm still interested in helping out with the documentation if I can. As for |
@davidcpell |
Recently, when starting a new project
kitchen-inspec
as myverifier rather than
serverspec
, I noticed that it was looking intest/recipes/default
for tests. This directory did exist because Ihad created the cookbook with
chef generate cookbook
, but I hadwritten my initial test in
test/integration/default
out of habit.In the commit history I noticed that d2b2742 changed the
test_base_path
totest/recipes
but it doesn't look like thedocumentation was updated to reflect this.