mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
7 lines
132 B
Ruby
7 lines
132 B
Ruby
require File.expand_path("../../test_helper", __FILE__)
|
|
|
|
module Stripe
|
|
class InvoiceLineItemTest < Test::Unit::TestCase
|
|
end
|
|
end
|