Re: [rspec-users] [cucumber] webrat+selenium integration problem: record n

2009-04-05 Thread Mateusz Juraszek
>> Another problem I met is with waiting for response after "press button" >> method >> All the time I get response with code before button pressed >> It's connected with selenium_session.rb code and require me to change a >> bit > (...) >> I don't know why I have to change it >> Thanks > > That

Re: [rspec-users] [cucumber] checking if a user is logg ed in (Was: webrat+selenium integration problem: record n)

2009-04-05 Thread Mateusz Juraszek
That makes more sense than my theory. Thank you Ben and thank you Balint. BTW nice presentation -- 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] [cucumber] webrat+selenium integration problem: record n

2009-04-05 Thread Mateusz Juraszek
Balint Erdi wrote: > Ben Mabey wrote: > >> Couple things I'd like to point out. In your enhanced.rb you don't need >> to do the Before hook yourself. You can just require >> 'database_cleaner/cucumber'. I've updated your gist to use that. >> In your plain.rb it seems like you are trying to trun