spec/rake/funnel/extensions/rexml_spec.rb in rake-funnel-0.21.0 vs spec/rake/funnel/extensions/rexml_spec.rb in rake-funnel-0.21.1
- old
+ new
@@ -1,15 +1,15 @@
# rubocop:disable RSpec/FilePath
describe Rake::Funnel::Extensions::REXML::Functions do
let(:xml) do
- <<EOF
+ <<XML
<editors xmlns="http://example.com">
<editor id="emacs">EMACS</editor>
<editor id="vi">VIM</editor>
<editor id="notepad">Notepad</editor>
</editors>
-EOF
+XML
end
subject { REXML::Document.new(xml) }
it 'should support lower-case function' do