From f26a7f52fead6ca6b617eebc8da69f47ca69ef08 Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Fri, 25 Dec 2009 19:09:10 +0100 Subject: [PATCH] DIE tabs! --- spec/drivers_spec.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spec/drivers_spec.rb b/spec/drivers_spec.rb index 7833bdef..6d2461b0 100644 --- a/spec/drivers_spec.rb +++ b/spec/drivers_spec.rb @@ -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