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

@ -11,8 +11,8 @@ shared_examples_for 'driver' do
end
it "should show the correct URL" do
@driver.visit('/foo')
@driver.current_url.should include('/foo')
@driver.visit('/foo')
@driver.current_url.should include('/foo')
end
end
@ -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