A great explanation of the different sort of mocks you can use with RSpec. I'll be referring back to this I'm sure https://www.netguru.com/blog/ruby-tests-rspec-mocks
How to Improve Ruby Tests Using RSpec Mocks

The goal of this article is to provide a succinct summary of mocking techniques in RSpec tests along with code examples presenting typical use cases.

Netguru