We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39184fd commit dfd7831Copy full SHA for dfd7831
spec/packs_spec.rb
@@ -315,7 +315,7 @@ def write_codeownership_config
315
end
316
317
context 'app has one pack with an outdated README_TODO.md' do
318
- it 'overwrites the README_TODO.md' do
+ it 'deletes the README_TODO.md and adds a README' do
319
write_file('packs/organisms/README_TODO.md', 'This is outdated')
320
write_package_yml('packs/organisms')
321
readme_todo = ParsePackwerk.find('packs/organisms').directory.join('README_TODO.md')
0 commit comments