test/stripe/order_test.rb in stripe-3.23.0 vs test/stripe/order_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 OrderTest < Test::Unit::TestCase should "be listable" do orders = Stripe::Order.list