Sha256: fffe731c716fdb1d8957ed447a0c66309248a475877f3fd1b389e31dfb69a930

Contents?: true

Size: 555 Bytes

Versions: 5

Compression:

Stored size: 555 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 the problematic thing that overrides our JSON marshalling
require 'yajl/json_gem'

class YajlTest < Minitest::Test

  include MultiverseHelpers
  include MarshallingTestCases

  setup_and_teardown_agent do
    Yajl::Encoder.expects(:encode).never
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
newrelic_rpm-3.10.0.279 test/multiverse/suites/yajl/yajl_test.rb
newrelic_rpm-3.9.9.275 test/multiverse/suites/yajl/yajl_test.rb
newrelic_rpm-3.9.8.273 test/multiverse/suites/yajl/yajl_test.rb
newrelic_rpm-3.9.7.266 test/multiverse/suites/yajl/yajl_test.rb
newrelic_rpm-3.9.6.257 test/multiverse/suites/yajl/yajl_test.rb