mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Lint
This commit is contained in:
parent
9818492706
commit
f9318226b2
@ -408,7 +408,6 @@ module Stripe
|
||||
c.save
|
||||
end
|
||||
|
||||
|
||||
should "add key to nested objects on save" do
|
||||
acct = Stripe::Account.construct_from(id: "myid",
|
||||
legal_entity: {
|
||||
@ -481,7 +480,6 @@ module Stripe
|
||||
acct.save
|
||||
end
|
||||
|
||||
|
||||
should "correctly handle array setting on save" do
|
||||
acct = Stripe::Account.construct_from(id: "myid",
|
||||
legal_entity: {})
|
||||
@ -528,7 +526,6 @@ module Stripe
|
||||
acct.save
|
||||
end
|
||||
|
||||
|
||||
should "correctly handle array noops on save" do
|
||||
acct = Stripe::Account.construct_from(id: "myid",
|
||||
legal_entity: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user