Re: [rspec-users] thanks......but more question

2012-08-13 Thread Andy Lindeman
On Mon, Aug 13, 2012 at 12:55 AM, Fahim Patel wrote: > 1. model spec only consist a spec of validation only? or we can write > more different type of spec in it. RSpec places no restrictions on what types of tests you write in your model specs. I've seen tests against validations, but als

[rspec-users] thanks......but more question

2012-08-12 Thread Fahim Patel
1. model spec only consist a spec of validation only? or we can write more different type of spec in it. 2. please tell me that or give category that what kind of spec is expecting in Model spec,controller spec ,view spec ,request,helper, (spec directory structure) thanks Fahim Baba