Re: [rspec-users] testing controllers using cucumber

2010-02-01 Thread steve ross
On Feb 1, 2010, at 1:30 AM, Amit Kulkarni wrote: > > Oh ok. >> From your code it seems that we are checking the whole app as you > mentioned. > I have tested controllers using rspec. > So i am not getting which is better to use. > Since with Rspec we test the objects and here using cucumber(good

Re: [rspec-users] testing controllers using cucumber

2010-02-01 Thread Amit Kulkarni
Oh ok. >From your code it seems that we are checking the whole app as you mentioned. I have tested controllers using rspec. So i am not getting which is better to use. Since with Rspec we test the objects and here using cucumber(good for writing scenarios and understanding)we are testing the GUI

Re: [rspec-users] testing controllers using cucumber

2010-01-29 Thread Matt Patterson
On 29 Jan 2010, at 11:53, Amit Kulkarni wrote: > Hello, > Is there any way to test controllers using cucumber. > I was doing it with rspec but since cucumber's description is good how > can i proceed testing it with cucumber? Hi Amit. There's a Cucumber specific mailing list at http://groups.goo

[rspec-users] testing controllers using cucumber

2010-01-29 Thread Amit Kulkarni
Hello, Is there any way to test controllers using cucumber. I was doing it with rspec but since cucumber's description is good how can i proceed testing it with cucumber? For e.g. I have a scenario of user creation like Feature: User Scenarios Scenario: Successfull creation of user Given a n