Sha256: c53ee98dcee4ff1f22145c2ec7cb5fb3a17729c2a6c460d70f099c0b89cc2625

Contents?: true

Size: 157 Bytes

Versions: 11

Compression:

Stored size: 157 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

describe Grape::Json do
  it 'uses multi_json' do
    expect(Grape::Json).to eq(::MultiJson)
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
grape-1.6.0 spec/integration/multi_json/json_spec.rb
grape-1.5.3 spec/integration/multi_json/json_spec.rb
grape-1.5.2 spec/integration/multi_json/json_spec.rb
grape-1.5.1 spec/integration/multi_json/json_spec.rb
grape-1.5.0 spec/integration/multi_json/json_spec.rb
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/grape-1.4.0/spec/integration/multi_json/json_spec.rb
grape-1.4.0 spec/integration/multi_json/json_spec.rb
grape-1.3.3 spec/integration/multi_json/json_spec.rb
grape-1.3.2 spec/integration/multi_json/json_spec.rb
grape-1.3.1 spec/integration/multi_json/json_spec.rb
grape-1.3.0 spec/integration/multi_json/json_spec.rb