spec/licensee/content_helper_spec.rb in licensee-9.13.1 vs spec/licensee/content_helper_spec.rb in licensee-9.13.2
- old
+ new
@@ -100,9 +100,10 @@
developed_by: "Developed By: Ben Balter\n\nFoo",
borders: '* Foo *',
title: "The MIT License\nfoo",
copyright: "The MIT License\nCopyright 2018 Ben Balter\nFoo",
end_of_terms: "Foo\nend of terms and conditions\nbar",
+ end_of_terms_hashes: "Foo\n# end of terms and conditions ####\nbar",
block_markup: '> Foo',
link_markup: '[Foo](http://exmaple.com)',
comment_markup: "/*\n* The MIT License\n* Foo\n*/",
copyright_title: "Copyright 2019 Ben Balter\nMIT License\nFoo"
}.each do |field, fixture|