Using Mocha on Rails 4.2. I'm testing a method that it should make a call to another method with the correct parameters. These parameters are ActiveRecord objects that it calls up from the database. Here is the key line in my test:Using Mocha on Rails 4.2. I'm testing a method