I've got a collision between the step
'pseudo function' provided by the byebug debugger (specifically, I'm using pry-byebug), and the step
function provided by cucumber for running arbitrary cucumber steps.
I've tried to do my step function call with byebug's eval
function, but this requires quotes to be nested three layers deep, and I haven't found a way to properly escape everything. For example, this doesn't work:
eval "step(\"I click on the \"Save order\" form button\")"