spec/licensee/content_helper_spec.rb in licensee-9.17.1 vs spec/licensee/content_helper_spec.rb in licensee-9.18.0

- old
+ new

@@ -259,10 +259,10 @@ license = Licensee::License.find('mpl-2.0') expect(license.content_normalized).not_to include('* *') end it 'normalizes http: to https:' do - license = Licensee::License.find('mpl-2.0') + license = Licensee::License.find('ofl-1.1') expect(license.content).to include('http:') expect(license.content_normalized).not_to include('http:') end it 'wraps' do