Sorry to have to start a new thread for merb+cucumber+webrat again. Following the previous thread, i've installed merb_cucumber-0.2.1, cucumber-0.1.8 & webrat-0.2.2.
Having done that and doing 'merb-gen cucumber --session-type webrat', my first 'rake features' runs perfectly for the generated features/ login.feature. But when i write a feature for my own users resource, i got the error shown at http://pastie.org/305785, with: bad URI(is not URI?): "/ users" (URI::InvalidURIError). I'm wondering what's the diff between '/login' and '/users' ? In my browser, i can access both http://localhost:4000/login and http://localhost:4000/users. I'm not sure of why "/users" is an invalid uri. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
