[Rails] Re: cucumber | Then I should see "view.common.status.logged_in_as"

2009-09-13 Thread Rafael Schaer { beYou media }
THnx a lot, that's exactly what i was looking for! rgds Rafael On 10 Sep., 22:00, DyingToLearn wrote: > It depends on exactly what value is important to the stakeholders. If > specific messages are important, then you could use a scenario > outline:http://wiki.github.com/aslakhellesoy/cucumber

[Rails] Re: cucumber | Then I should see "view.common.status.logged_in_as"

2009-09-10 Thread DyingToLearn
It depends on exactly what value is important to the stakeholders. If specific messages are important, then you could use a scenario outline: http://wiki.github.com/aslakhellesoy/cucumber/scenario-outlines If it is just important to display a certain message, then what you have done is fine. Just