Sha256: a8a90f1e2abcd65fc93bb2adbe2421d890457aa8b2e70abad0c2847a37e4758d

Contents?: true

Size: 476 Bytes

Versions: 2

Compression:

Stored size: 476 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 File.join(File.dirname(__FILE__), '..', '..', '..', 'new_relic', 'marshalling_test_cases')

# This is the problematic thing that overrides our JSON marshalling
require 'yajl/json_gem'

class YajlTest < Minitest::Test

  include MultiverseHelpers
  include MarshallingTestCases

  setup_and_teardown_agent
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
newrelic_rpm-4.1.0.333 test/multiverse/suites/yajl/yajl_test.rb
newrelic_rpm-4.0.0.332 test/multiverse/suites/yajl/yajl_test.rb