Sha256: 48031c119afab2645c48837b49086b03e492e518e0c40f334726b3274fade70a

Contents?: true

Size: 529 Bytes

Versions: 5

Compression:

Stored size: 529 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.

require 'multiverse_helpers'
require File.join(File.dirname(__FILE__), '..', '..', '..', 'new_relic', 'marshalling_test_cases')

# This is intended as a sanity check for our serialization to JSON via the
# json gem across various Ruby versions.
class JsonTest < Minitest::Test

  include MultiverseHelpers
  include MarshallingTestCases

  setup_and_teardown_agent

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
newrelic_rpm-3.10.0.279 test/multiverse/suites/json/json_test.rb
newrelic_rpm-3.9.9.275 test/multiverse/suites/json/json_test.rb
newrelic_rpm-3.9.8.273 test/multiverse/suites/json/json_test.rb
newrelic_rpm-3.9.7.266 test/multiverse/suites/json/json_test.rb
newrelic_rpm-3.9.6.257 test/multiverse/suites/json/json_test.rb