Consider a Behave scenario:
When some magic number is generated
Then the number should be greater than 5
So I have a @when function that produces (say) a random number and I need that number to be present in the @then conditional test.
How do I pass the result of one step to another?