Methods which are defined during runtime might not be found by rspec’s allow(..).to receive
. To solve this, disable the verification using without_partial_double_verification
:
Nov 14, 2024
Methods which are defined during runtime might not be found by rspec’s allow(..).to receive
. To solve this, disable the verification using without_partial_double_verification
: