Re: [rspec-users] About the use of Scenario Outline for validation stuff

2009-04-23 Thread Matt Wynne
On 23 Apr 2009, at 17:03, Jérémy FRERE wrote: Hi there ! I was wondering if the way I test the validation of my forms is right or not. So here's a little example : Imagine you have a form with some validations designed to create some object. You want to test it using Scenario Outline and

[rspec-users] About the use of Scenario Outline for validation stuff

2009-04-23 Thread Jérémy FRERE
Hi there ! I was wondering if the way I test the validation of my forms is right or not. So here's a little example : Imagine you have a form with some validations designed to create some object. You want to test it using Scenario Outline and Examples. So you fill in the fields using , and press th