Re: [rspec-users] testing against a live environment

2010-04-30 Thread Martin DeMello
perfect :) martin On Thu, Apr 29, 2010 at 8:10 PM, Joaquin Rivera Padron wrote: > maybe then check http://github.com/cavalle/steak > > joaquin > > 2010/4/29 Martin DeMello >> >> On Tue, Apr 27, 2010 at 3:32 PM, Matt Wynne wrote: >> > >> > Should be fine, though you might find cucumber/aruba a

Re: [rspec-users] testing against a live environment

2010-04-29 Thread Martin DeMello
On Wed, Apr 28, 2010 at 10:20 PM, Matthew Van Horn wrote: > I've been using rspec with webrat, for exactly this sort of thing, as > detailed here: > http://blog.veez.us/2009/09/11/integration-testing-without-cucumber Thanks! martin ___ rspec-users mail

Re: [rspec-users] testing against a live environment

2010-04-29 Thread Joaquin Rivera Padron
maybe then check http://github.com/cavalle/steak joaquin 2010/4/29 Martin DeMello > On Tue, Apr 27, 2010 at 3:32 PM, Matt Wynne wrote: > > > > Should be fine, though you might find cucumber/aruba a nice combination > for > > this too. > > Cucumber seems to make things a lot more verbose :( Ver

Re: [rspec-users] testing against a live environment

2010-04-29 Thread Martin DeMello
On Tue, Apr 27, 2010 at 3:32 PM, Matt Wynne wrote: > > Should be fine, though you might find cucumber/aruba a nice combination for > this too. Cucumber seems to make things a lot more verbose :( Very ingenious idea, but in practice I prefer specifying stuff in ruby to specifying it in English. m

Re: [rspec-users] testing against a live environment

2010-04-28 Thread Matthew Van Horn
I've been using rspec with webrat, for exactly this sort of thing, as detailed here: http://blog.veez.us/2009/09/11/integration-testing-without-cucumber On Apr 27, 2010, at 5:36 AM, Martin DeMello wrote: I have a series of tests I want to automate, which involve running shell scripts in a "l

Re: [rspec-users] testing against a live environment

2010-04-27 Thread Martin DeMello
On Tue, Apr 27, 2010 at 3:32 PM, Matt Wynne wrote: > > Should be fine, though you might find cucumber/aruba a nice combination for > this too. Thanks, aruba looks really interesting! Will explore it. martin ___ rspec-users mailing list rspec-users@ruby

Re: [rspec-users] testing against a live environment

2010-04-27 Thread Matt Wynne
On 27 Apr 2010, at 10:36, Martin DeMello wrote: I have a series of tests I want to automate, which involve running shell scripts in a "live" environment (i.e. nothing mocked or stubbed), and then verifying the state of the system. I thought that, even though it doesn't fit the classic definitio