Re: [rspec-users] Why RSpec?

2009-04-21 Thread Saturn
I am also having same question that i can't find the reason why i should go for RSpec instead of Test/Unit. There is no compelling reason / advantage offered by RSpec except semantics. Is RSpec all about different syntax??? Thanks in advance for clarifying it??? _

[rspec-users] RSpec and Selenium automation of an application

2009-04-21 Thread Saturn
Hi All, I am new to rspec and I am using selenium with Rspec1.2.4, I have gone through describe, and it methods etc. I am automating an application which contains many testsuites and test methods. my question is 1. Should i write one describe method corresponding to one testsuite ??? And one it(