mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Session spec is working
This commit is contained in:
parent
5d50d77b3c
commit
4642d338cc
1 changed files with 0 additions and 5 deletions
|
@ -86,11 +86,6 @@ describe Capybara::Session, "with TestApp" do
|
||||||
@session = Capybara::Session.new(:reusable_webkit, TestApp)
|
@session = Capybara::Session.new(:reusable_webkit, TestApp)
|
||||||
end
|
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"
|
||||||
# it_should_behave_like "session with javascript support"
|
# it_should_behave_like "session with javascript support"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue