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

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