features/step_definitions/link_steps.rb in page-object-0.7.4 vs features/step_definitions/link_steps.rb in page-object-0.7.5

- old
+ new

@@ -18,9 +18,7 @@ link = @page.link_element(:id => 'link_id') link.click end Then /^I should see that the link exists$/ do - require 'ruby-debug' - debugger @page.link_id?.should == true end \ No newline at end of file