Great David, thank you for your help!
I did look at the docs but did not find that straighaway.
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
On Aug 24, 2010, at 5:09 AM, nathanvda wrote:
> On Aug 24, 9:56 am, nathanvda wrote:
>> 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(//tabl
I rolled back to version 2.0.0.beta.19 and everything is fine again.
On Aug 24, 9:56 am, nathanvda wrote:
> 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 hav
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?