Removed brittle driver spec

This commit is contained in:
Jonas Nicklas 2010-01-11 22:11:02 +01:00
parent f874b176da
commit 40d2185753
1 changed files with 0 additions and 4 deletions

View File

@ -34,10 +34,6 @@ shared_examples_for 'driver' do
@driver.visit('/with_html')
end
it "should find the correct number of elements" do
@driver.find('//a').size.should == 3
end
it "should extract node texts" do
@driver.find('//a')[0].text.should == 'labore'
@driver.find('//a')[1].text.should == 'ullamco'