mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-05 00:02:50 -04:00
9 lines
165 B
Ruby
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
|