Write better cukes with the rel attribute

from blog Steve Klabnik, | ↗ original
Dec 20 2011 The other day, I was working on some Cucumber features for a project, and I discovered a neat technique that helps you to write better Cucumber steps. Nobody wants to be cuking it wrong, but what does that really mean? Here’s Jonas’ prescription: A step description should never contain regexen, CSS or XPath selectors, any kind of code or data structure. It...