From 6cd72a1eb4b118c7b86e6ea5b2c50004736315d9 Mon Sep 17 00:00:00 2001 From: Brandur Date: Thu, 25 Aug 2016 17:11:55 -0700 Subject: [PATCH] Fix word reversal --- test/stripe/util_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stripe/util_test.rb b/test/stripe/util_test.rb index 928bc15f..bb645d3b 100644 --- a/test/stripe/util_test.rb +++ b/test/stripe/util_test.rb @@ -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 },