Michael, Did you check the merb-gen cucumber generator with the "--session-type webrat" option?
When executing with this option you have the common_webrat.rb steps file generated, and also provides a login.feature file that show how this is used (It should work if you are using an stack generated app). The thing is though... you must have the edge version of Webrat and Cucumber for this to work (at least to have the last version of the david's repo to work), I was planning to talk with David to make a release with what we have already on the official gem releases of Cucumber and Webrat, sadly the Webrat official gem version is very outdated :-(. Try downloading the master's head of this 2 gems from github (right now Webrat has a problem when creating the package... you have to delete this lines from the manifest file "http://pastie.org/306126", I already notified to brynary about his issue). Let me know if you have any other issues regarding to integration with Webrat. Roman.- On Nov 3, 3:46 pm, Michael Klishin <[EMAIL PROTECTED]> wrote: > On Oct 21, 4:11 pm, Roman Gonzalez <[EMAIL PROTECTED]> wrote: > > > Hello... > > > We developed a merb_cucumber plugin with integration to Webrat, if you > > want to take a look at it please you can find the updated version on > > >http://github.com/roman/merb_cucumber/tree/master > > > Regards. > > Roman, > > I have an app that uses merb cucumber now. I'd be nice to see a real > webrat > integration example. > > MK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
