You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.
describe"FC123"docontext"the readme has the REQUIREMENTS section"doreadme_file<<-EOF # cookbook ## Requirements EOFit{is_expected.not_toviolate_rule}endcontext"the readme does not have a REQUIREMENTS section"doreadme_file<<-EOF # cookbook Some description. EOFit{is_expected.toviolate_rule}endend
In the above example, inspired from https://github.com/Foodcritic/foodcritic/blob/master/spec/functional/fc093_spec.rb seem to be reading in the README.md from the main repo not overwriting it for the mocked out cookbook.
The text was updated successfully, but these errors were encountered: