Re: [rspec-users] Thanks

2012-09-01 Thread David Chelimsky
On Sat, Sep 1, 2012 at 6:43 AM, Fahim Patel wrote: > Selenium automates web browsers. > > Cucumber automates tests. > > > can u please explain this line?? Please read the docs for these tools: http://cukes.info/ http://seleniumhq.org/ > thanks > > can u give answer on this questions All of the

[rspec-users] Thanks

2012-09-01 Thread Fahim Patel
Selenium automates web browsers. Cucumber automates tests. can u please explain this line?? thanks can u give answer on this questions Q1 if i have 2 sceanario and 1 background . but i want only 1 scenario should used that backgound and 2nd scenario dont use that background. and i want t

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