[rspec-users] cucumber table diff haml problem

2009-11-03 Thread Ray K.
Inspired by the latest railscast I tried to do some table diffing: But my problem is that the haml generated table does not produce the same html as the erb generated one. And table diffing seems to depend on a rather specific html table format my table diff step: [code] Then /^I should see the

Re: [rspec-users] cucumber table diff haml problem

2009-11-03 Thread aslak hellesoy
Cucumber has its own mailing list now. Can you please post there? http://groups.google.com/group/cukes Aslak On Tue, Nov 3, 2009 at 2:01 PM, Ray K. li...@ruby-forum.com wrote: Inspired by the latest railscast I tried to do some table diffing: But my problem is that the haml generated table

Re: [rspec-users] cucumber table diff haml problem

2009-11-03 Thread Ray K.
will do -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] ThreadError on click_button

2009-11-03 Thread Steve Scruggs
Steve Scruggs wrote: I get the following error ThreadError in 'Managing InvoicePayments viewing index lists all InvoicePayments' stopping only thread note: use sleep to stop forever (eval):2:in `click_button' when running rake spec using rspec and rspec-rails 1.2.9 and webrat 0.5.3.