stripe-ruby/test/stripe/invoice_line_item_test.rb
2018-08-27 15:32:10 +02:00

9 lines
165 B
Ruby

# frozen_string_literal: true
require ::File.expand_path("../../test_helper", __FILE__)
module Stripe
class InvoiceLineItemTest < Test::Unit::TestCase
end
end