Subject: | steps should work when using is omitted |
It should be possible to write a step with no C<using> block, i.e.
step foo =>
ensure { some_assertion() }
;
The effect should be that of a simple assertion: test the condition and fail if it does not
obtain.