DIE tabs!

This commit is contained in:
Jonas Nicklas 2009-12-25 19:09:10 +01:00
parent 27d7057730
commit f26a7f52fe
1 changed files with 2 additions and 3 deletions

View File

@ -121,7 +121,6 @@ shared_examples_for "driver with node path support" do
@node.find('//form').has_xpath?('//table', :count => 1).should be_true
@node.find('//form').find('//table//caption').text.should == 'Agent'
end
end
end