stripe-ruby/test/stripe/invoice_line_item_test.rb
2017-09-27 21:28:25 +02:00

7 lines
132 B
Ruby

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