Skip to content

Commit

Permalink
Number of tables has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Feb 25, 2010
1 parent 1f35a46 commit c23202b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/drivers_spec.rb
Expand Up @@ -115,7 +115,7 @@
end

it "should be able to navigate/search child nodes" do
@node.all('//table').size.should == 3
@node.all('//table').size.should == 5
@node.find('//form').all('//table').size.should == 1
@node.find('//form').find('//table//caption').text.should == 'Agent'
end
Expand Down

0 comments on commit c23202b

Please sign in to comment.