Re: [rspec-users] Did I write my specs as I should?

2012-11-19 Thread Guirec Corbel
Please, can you have a look on my controller's specs? It will be very useful for me. If you want, you can see other specs too. Many thanks! 2012/11/18 Guirec Corbel > You can show one of my project here : https://github.com/GCorbel/** > comment-my-projects

Re: [rspec-users] Getting started

2012-11-19 Thread David Chelimsky
On Mon, Nov 19, 2012 at 7:22 AM, Suman I. wrote: > Hi I am new to using Cucumber. I am new to Ruby basically. This is an RSpec mailing list. Please send this query to the Cucumber mailing list: https://groups.google.com/group/cukes We're here if you have any RSpec questions. Cheers, David > >

[rspec-users] Getting started

2012-11-19 Thread Suman I.
Hi I am new to using Cucumber. I am new to Ruby basically. I have installed Ruby gems and Cucumber on my machine. How do I get started? For Eg: I need to test Google.com, then how do I start testing using Cucumber? I don't know where to start from. Any help regarding this is appreciated. Thanks