I was using rails 3 rc and rspec beta 19, and everything worked fine.
Today i updated and i get errors on the following methods:


rendered.should contain("bla")

rendered.should have_xpath(//table//tr)

rendered.should have_selector('#foo')


What should i do?

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to