test/stripe/stripe_object_test.rb in stripe-3.23.0 vs test/stripe/stripe_object_test.rb in stripe-3.24.0

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true -require File.expand_path("../../test_helper", __FILE__) +require ::File.expand_path("../../test_helper", __FILE__) module Stripe class StripeObjectTest < Test::Unit::TestCase should "implement #==" do obj1 = Stripe::StripeObject.construct_from(id: 1, foo: "bar")