spec/licensee/content_helper_spec.rb in licensee-9.2.1 vs spec/licensee/content_helper_spec.rb in licensee-9.3.0

- old
+ new

@@ -7,11 +7,11 @@ end end RSpec.describe Licensee::ContentHelper do let(:content) do - <<-EOS.freeze.gsub(/^\s*/, '') + <<-LICENSE.freeze.gsub(/^\s*/, '') # The MIT License ================= Copyright 2016 Ben Balter ************************* @@ -20,10 +20,10 @@ The made * * * * up license. ----------- -EOS +LICENSE end subject { ContentHelperTestHelper.new(content) } let(:mit) { Licensee::License.find('mit') } it 'creates the wordset' do