Fix word reversal

This commit is contained in:
Brandur 2016-08-25 17:11:55 -07:00
parent 7df3a4bdd6
commit 6cd72a1eb4

View File

@ -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 },