Вот мой код:
account_double.should_receive(:withdraw).and_raise
Я получаю вывод:
1) Statement uses the customer's name in the header
Failure/Error: Unable to find matching line from backtrace
Exception
# ./spec/codebreaker/test.rb:8:in `generate'
# ./spec/codebreaker/test.rb:20
# /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `inject'
Не удается найти исключение.Как я могу пройти этот тест?
Я не понимаю картину