Sha256: b8840b5f9d759d8f8e60cefbba6e1b9f9c4118c850136401ff10fc03b9efa08a

Contents?: true

Size: 158 Bytes

Versions: 2

Compression:

Stored size: 158 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

describe Grape::Xml do
  it 'uses multi_xml' do
    expect(described_class).to eq(::MultiXml)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grape-1.6.2 spec/integration/multi_xml/xml_spec.rb
grape-1.6.1 spec/integration/multi_xml/xml_spec.rb