-
Notifications
You must be signed in to change notification settings - Fork 70
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
Chef Spec Tests #39
Chef Spec Tests #39
Conversation
chris-rock
commented
Sep 29, 2014
- makes chef spec default for tests
- add basic tests for server and client
- bugfix permission settings
ChefSpec::Runner.new.converge(described_recipe) | ||
end | ||
|
||
# check that the recipres are executed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tiny typo: recipes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, thanks for finding this....
Great stuff, thank you! 👍 |
Could you please rebase? Cheers |
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
Is rebasing really worth the hassle - given that both PRs work on the same files and for the same purpose? |
Github didn't let me merge without rebase, sorry about that. |