We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68847d7 commit 92328dfCopy full SHA for 92328df
spec/packs_spec.rb
@@ -351,11 +351,11 @@ def write_codeownership_config
351
end
352
353
it 'uses the template to create the README_TODO.md' do
354
- write_file('my_folder/README_STUFF.md', 'This is the template')
+ write_file('my_folder/README_STUFF.md', 'This is the custom template')
355
Packs.create_pack!(pack_name: 'packs/organisms')
356
ParsePackwerk.bust_cache!
357
actual_readme_todo = ParsePackwerk.find('packs/organisms').directory.join('README_TODO.md')
358
- expect(actual_readme_todo.read).to eq 'This is the template'
+ expect(actual_readme_todo.read).to eq 'This is the custom template'
359
360
361
0 commit comments