Re: [rspec-users] problems with javascript testing

2011-11-22 Thread Evgeni Dzhelyov
If your tests run in db transaction, you will not see the records when using javascript test adapter, like selenium. Refer to the capybara's README how to solve that, if this is the problem. ___ rspec-users mailing list rspec-users@rubyforge.org http://ru

[rspec-users] problems with javascript testing

2011-11-22 Thread Chad
Hi all, I may be missing something simple here, but I'm having problems with attempting to get a javascript request test going. I'm not sure if this is the correct place to ask but perhaps someone will be able to direct me to the right place if not. The problem I'm having is that in my before(:ea