diff --git a/test/stripe/invoice_line_item_test.rb b/test/stripe/invoice_line_item_test.rb new file mode 100644 index 00000000..806dd504 --- /dev/null +++ b/test/stripe/invoice_line_item_test.rb @@ -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