Open vongruenigen opened 5 years ago
This PR fixes issue #13: We should wrap the :headers hash within :params as :headers can be used to set HTTP headers when doing HTTP request in rails tests (see here).
:headers
:params
As explained in the issue #13, the :xhr key has the same problem as :headers. My last commit fixed this as well.
:xhr
This PR fixes issue #13: We should wrap the
:headers
hash within:params
as:headers
can be used to set HTTP headers when doing HTTP request in rails tests (see here).