Foodcritic / foodcritic

Lint tool for Chef cookbooks.
http://foodcritic.io
MIT License
408 stars 153 forks source link

Corrects a typo in the tests for FC007 #737

Closed richardc closed 6 years ago

richardc commented 6 years ago

This example was passing, but because it was not finding an include_recipe, rather than finding a local use of include_recipe.

Signed-off-by: Richard Clamp richardc@unixbeard.net

tas50 commented 6 years ago

Nice catch. I'll see what I can do to fix this one up

richardc commented 6 years ago

There shouldn't be anything to fix-up, the example when corrected still works, but now for the right reason.

The travis failures are the same as those on master, problems cloning git repositories for the regression suite, and issues from rubocop updates.

richardc commented 6 years ago

I opened #742 to address the failures on master