spec/licensee/content_helper_spec.rb in licensee-9.16.0 vs spec/licensee/content_helper_spec.rb in licensee-9.16.1

- old
+ new

@@ -109,10 +109,10 @@ 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| - context "#strip_#{field}" do + describe "#strip_#{field}" do let(:content) { fixture } it "strips #{field}" do expect(normalized_content).to eql('foo') end