spec/render/unescape_spec.rb in faml-0.6.0 vs spec/render/unescape_spec.rb in faml-0.6.1

- old
+ new

@@ -1,4 +1,5 @@ +# frozen-string-literal: true require 'spec_helper' RSpec.describe 'Unescape rendering', type: :render do it 'parses unescape script' do expect(render_string('%span!= "hello<p>unescape</p>world"')).to eq("<span>hello<p>unescape</p>world</span>\n")