Fix title of test context

This commit is contained in:
Brandur 2016-08-30 10:22:17 -07:00
parent 67b10a52ca
commit 1dd5cea24d

View File

@ -290,7 +290,7 @@ module Stripe
assert_equal(expected, obj.serialize_params)
end
context "#external_source=" do
context "#external_account=" do
should "can have a token source set" do
a = Stripe::Account.new("test_account")
a.external_account = "tok_123"