spec/integration/multi_xml/xml_spec.rb in grape-1.6.0 vs spec/integration/multi_xml/xml_spec.rb in grape-1.6.1

- old
+ new

@@ -2,8 +2,8 @@ require 'spec_helper' describe Grape::Xml do it 'uses multi_xml' do - expect(Grape::Xml).to eq(::MultiXml) + expect(described_class).to eq(::MultiXml) end end