I am stubbing out a controller method in RSpec, and the stubbing works fine, but how do I make sure that method is called with a specific input, namely the hash that I passed into the method that calls this stubbed method?I am stubbing out a controller method in RSpec,