spec/unit/puppet-strings/yard/util_spec.rb in puppet-strings-2.2.0 vs spec/unit/puppet-strings/yard/util_spec.rb in puppet-strings-2.3.0
- old
+ new
@@ -17,10 +17,10 @@
it 'should not affect newlines when %Q notation is used' do
str = <<-STR
%Q{this is
a test string}
-STR
+ STR
expect(subject.scrub_string(str)).to eq("this is\na test string")
end
it 'should not affect a string which does not use %Q notation' do
str = "this is a test string"