On Oct 23, 1:40 pm, Katrina <katrina.o... at gmail.com> wrote:
>
> [...]
> It fails with the following:
> expected {:total=>139 #...
> got {"total"=>139 #...
> [...}
I think the problem you're having is that you're expecting/stubbing
symbols for your keys, but the keys for parameters are strings.
Good luck,
Pete