mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-06-01 00:00:30 -04:00
Fix word reversal
This commit is contained in:
parent
7df3a4bdd6
commit
6cd72a1eb4
@ -20,7 +20,7 @@ module Stripe
|
||||
)
|
||||
end
|
||||
|
||||
should "#encode_params should throw an error an on array of maps that cannot be encoded" do
|
||||
should "#encode_params should throw an error on an array of maps that cannot be encoded" do
|
||||
params = {
|
||||
:a => [
|
||||
{ :a => 1, :b => 2 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user