When you add require "clearance/rspec" in spec helpers you get controller test helpers, but these helpers do not work for request specs which are increasingly more used now.
It would be great to have the same test helpers available for request specs.
We would need to add this across both rspec and minitest.
When you add
require "clearance/rspec"in spec helpers you get controller test helpers, but these helpers do not work for request specs which are increasingly more used now.It would be great to have the same test helpers available for request specs.
We would need to add this across both rspec and minitest.