Maybe I'm slow, but I just noticed that the following code..

Then 'I login'
Then 'I do something else'

...will output as...

Then 'I login'
And 'I do something else'

The same is true for two 'When' steps

This may have implications for writing reusable steps.

I'm finding that 'Then' step implementations can be reused as 'Then' or
'And' steps....whereas an 'And' step implementation can only be reused in
further 'And' steps?

Is this correct?
If so, 'When'...'Then'...'Then'...'Then' stories would be offer more
reusable steps and keep output that reads 'When'..'Then'..'And'..'And'.

- Andy

-- 
View this message in context: 
http://www.nabble.com/Story-Runner%3A-%27When..Then..Then..Then%27-stories-tf4626305.html#a13210393
Sent from the rspec-users mailing list archive at Nabble.com.

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to