Skip to content

Commit 92328df

Browse files
committed
update text in spec
1 parent 68847d7 commit 92328df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/packs_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,11 +351,11 @@ def write_codeownership_config
351351
end
352352

353353
it 'uses the template to create the README_TODO.md' do
354-
write_file('my_folder/README_STUFF.md', 'This is the template')
354+
write_file('my_folder/README_STUFF.md', 'This is the custom template')
355355
Packs.create_pack!(pack_name: 'packs/organisms')
356356
ParsePackwerk.bust_cache!
357357
actual_readme_todo = ParsePackwerk.find('packs/organisms').directory.join('README_TODO.md')
358-
expect(actual_readme_todo.read).to eq 'This is the template'
358+
expect(actual_readme_todo.read).to eq 'This is the custom template'
359359
end
360360
end
361361
end

0 commit comments

Comments
 (0)