I want to make a request to send to another controller inside my functional test, which is designed for a specific controller. However, the post method in the ActiveController class simply calls the method call; it does not accept the controller name to call. Any ideas on how to call another controller?
ruby-on-rails functional-testing
Snehal
source share