Sha256: 8e3ba9b83e936a4e39b7cd7974b421db110ec2f4233eb68dc83495462d266461

Contents?: true

Size: 126 Bytes

Versions: 13

Compression:

Stored size: 126 Bytes

Contents

require 'spec_helper'

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

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/grape-1.2.5/spec/integration/multi_json/json_spec.rb
grape-extra_validators-1.0.0 vendor/bundle/ruby/2.4.0/gems/grape-1.2.5/spec/integration/multi_json/json_spec.rb
grape-1.2.5 spec/integration/multi_json/json_spec.rb
grape-1.2.4 spec/integration/multi_json/json_spec.rb
grape-1.2.3 spec/integration/multi_json/json_spec.rb
grape-1.2.2 spec/integration/multi_json/json_spec.rb
grape-1.2.1 spec/integration/multi_json/json_spec.rb
grape-1.2.0 spec/integration/multi_json/json_spec.rb
grape-1.1.0 spec/integration/multi_json/json_spec.rb
grape-1.0.3 spec/integration/multi_json/json_spec.rb
grape-1.0.2 spec/integration/multi_json/json_spec.rb
grape-1.0.1 spec/integration/multi_json/json_spec.rb
grape-1.0.0 spec/integration/multi_json/json_spec.rb