We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd7831 commit 7affd3bCopy full SHA for 7affd3b
spec/packs_spec.rb
@@ -892,7 +892,7 @@ def write_codeownership_config
892
end
893
894
context 'app has one pack with an outdated README_TODO.md' do
895
- it 'overwrites the README_TODO.md' do
+ it 'deletes the README_TODO.md and adds a README' do
896
write_file('app/services/foo.rb')
897
write_package_yml('packs/organisms')
898
write_file('packs/organisms/README_TODO.md', 'This is outdated')
0 commit comments