I\'m starting a new project, my first with Rails 5.1.0. I have a pb with my first request spec.
describe \'Users\', type: :request do it \'are created from ext
I think they changed the syntax recently. Now it should use keyword args. So, something like this:
post '/api/v1/users', params: params, headers: headers