mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-05 00:02:50 -04:00
Removed changes which were accidently committed
This commit is contained in:
parent
adcee688ba
commit
f607e564f7
@ -5,7 +5,7 @@ require File.expand_path("../test_helper", __dir__)
|
||||
module Stripe
|
||||
class AccountTest < Test::Unit::TestCase
|
||||
should "be listable" do
|
||||
accounts = Stripe::V1::Account.list
|
||||
accounts = Stripe::Account.list
|
||||
assert_requested :get, "#{Stripe.api_base}/v1/accounts"
|
||||
assert accounts.data.is_a?(Array)
|
||||
assert accounts.data[0].is_a?(Stripe::Account)
|
||||
|
Loading…
x
Reference in New Issue
Block a user