From 4642d338cc927bf71b86bac8cbc250fefb38d71d Mon Sep 17 00:00:00 2001 From: Matthew Mongeau Date: Fri, 29 Jul 2011 11:45:04 -0400 Subject: [PATCH] Session spec is working --- spec/integration/session_spec.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/integration/session_spec.rb b/spec/integration/session_spec.rb index 4602af4..53f91e7 100644 --- a/spec/integration/session_spec.rb +++ b/spec/integration/session_spec.rb @@ -86,11 +86,6 @@ describe Capybara::Session, "with TestApp" do @session = Capybara::Session.new(:reusable_webkit, TestApp) end - # def extract_results(session) - # YAML.load Nokogiri::HTML(session.body).xpath("//pre[@id='results']").first.text - # end - - # it_should_behave_like 'attach_file' it_should_behave_like "session" # it_should_behave_like "session with javascript support" end