[rspec-users] Reuse of Cucumber Features

2008-12-13 Thread Steve Molitor
What's the best way to handle a requirement that shows up as a sub-requirement requirement in other features? For example let's say users can enter dates in various forms throughout my application. There is one set of global rules specifying the formats in which dates may be entered, and how

Re: [rspec-users] testing rails mailers

2008-12-13 Thread Mischa Fierer
I found this useful: http://madhatted.com/2008/7/10/rspec-real-world-testing On Thu, Dec 11, 2008 at 7:42 AM, Ivor Paul ivorp...@gmail.com wrote: Hi Guys I am trying to spec some rails mailers. The only info I found was this post