mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-05-30 00:00:47 -04:00
Fix title of test context
This commit is contained in:
parent
67b10a52ca
commit
1dd5cea24d
@ -290,7 +290,7 @@ module Stripe
|
|||||||
assert_equal(expected, obj.serialize_params)
|
assert_equal(expected, obj.serialize_params)
|
||||||
end
|
end
|
||||||
|
|
||||||
context "#external_source=" do
|
context "#external_account=" do
|
||||||
should "can have a token source set" do
|
should "can have a token source set" do
|
||||||
a = Stripe::Account.new("test_account")
|
a = Stripe::Account.new("test_account")
|
||||||
a.external_account = "tok_123"
|
a.external_account = "tok_123"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user