We noticed while working on tpope/vim-rails#368 , that generators does use a different naming scheme for requests specs.
For example, for a Posts Controller, the scaffold generator use spec/requests/posts_spec.rb, while using the controller generator does create spec/requests/posts_request_spec.rb.
There is a shared example for requests specs here that does use the first naming, that might be re-used everywhere to have a consistent naming scheme.
It seems like a minor issue, what are your opinions about this?