Here is my code:
account_double.should_receive(:withdraw).and_raise
I get the output:
1) Statement uses the customer name in the header
Failure/Error: Unable to find matching line from backtrace
Exception
It cannot find an exception. How can I pass this test?
I do not understand the image
source
share