I’m looking for some solutions to BDD a new Shoes app. Any suggestions
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’d try to build everything not directly related to UI into PORCs (Plain Old Ruby Classes) and BDD those in the usual way,
require-ing them into shoes later. I suspect you’re thinking about the GUI parts, though, and I can’t help there. All test/behaviour-driven development seems to be somewhat challenged by the GUI aspect, Ruby at least as much as any other and shoes quite possibly more than most Ruby frameworks.