Session spec is working

This commit is contained in:
Matthew Mongeau 2011-07-29 11:45:04 -04:00
parent 5d50d77b3c
commit 4642d338cc
1 changed files with 0 additions and 5 deletions

View File

@ -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