' Given I have entered 10 into the calculator # tests/functional/behave_as_features/3rd_failing_steps/failing_step_definitions.py:11\n'
' Traceback (most recent call last):\n'
' File "/Users/gabrielfalcao/Projetos/lettuce/lettuce/core.py", line 113, in __call__\n'
' ret = self.function(self.step, *args, **kw)\n'
' File "/Users/gabrielfalcao/Projetos/lettuce/tests/functional/behave_as_features/3rd_failing_steps/failing_step_definitions.py", line 13, in i_have_entered_NUM_into_the_calculator\n'
' assert False, \'Die, die, die my darling!\'\n'
' AssertionError: Die, die, die my darling!\n'
' And I have entered 4 into the calculator # tests/functional/behave_as_features/3rd_failing_steps/failing_step_definitions.py:11\n'
' When I press multiply # tests/functional/behave_as_features/3rd_failing_steps/failing_step_definitions.py:16\n'
' Then the result should be 40 on the screen # tests/functional/behave_as_features/3rd_failing_steps/failing_step_definitions.py:20\n'
'\n'
' Scenario: Shorter version of the scenario above # tests/functional/behave_as_features/3rd_failing_steps/3rd_failing_steps.feature:12\n'
' Given I multiply 10 and 4 into the calculator # tests/functional/behave_as_features/3rd_failing_steps/failing_step_definitions.py:24\n'
' Traceback (most recent call last):\n'
' File "/Users/gabrielfalcao/Projetos/lettuce/lettuce/core.py", line 113, in __call__\n'
' ret = self.function(self.step, *args, **kw)\n'
' File "/Users/gabrielfalcao/Projetos/lettuce/tests/functional/behave_as_features/3rd_failing_steps/failing_step_definitions.py", line 29, in multiply_X_and_Y_into_the_calculator\n'
' \'\'\'.format(x, y))\n'
' File "/Users/gabrielfalcao/Projetos/lettuce/lettuce/core.py", line 366, in behave_as\n'
' assert not steps_failed, steps_failed[0].why.exception\n'
' AssertionError: Die, die, die my darling!\n'
' Then the result should be 40 on the screen # tests/functional/behave_as_features/3rd_failing_steps/failing_step_definitions.py:20\n'