mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-05-30 00:00:47 -04:00
Add test structure for InvoiceLineItem
This doesn't come back directly from the API so the suite is empty, but just for completeness add a test file for the newly created `InvoiceLineItem` model.
This commit is contained in:
parent
48c0067efe
commit
24e12b1422
7
test/stripe/invoice_line_item_test.rb
Normal file
7
test/stripe/invoice_line_item_test.rb
Normal file
@ -0,0 +1,7 @@
|
||||
require File.expand_path('../../test_helper', __FILE__)
|
||||
|
||||
module Stripe
|
||||
class InvoiceLineItemTest < Test::Unit::TestCase
|
||||
FIXTURE = API_FIXTURES.fetch(:invoice_line_item)
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user