test/multiverse/suites/marshalling/marshalling_test.rb in newrelic_rpm-3.10.0.279 vs test/multiverse/suites/marshalling/marshalling_test.rb in newrelic_rpm-3.11.0.283

- old
+ new

@@ -1,9 +1,8 @@ # 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') # These tests are intended to exercise the basic marshalling functionality of # the agent in it's different permutations (Ruby and JSON) class MarshallingTest < Minitest::Test