Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 7th, 2012  |  syntax: None  |  size: 0.42 KB  |  hits: 57  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Capybara webkit invalid response error, how to debug?
  2. Failure/Error: Unable to find matching line from backtrace
  3.  Capybara::Driver::Webkit::WebkitInvalidResponseError:
  4.    Unable to load URL: https://127.0.0.1:33416/sign_in
  5.        
  6. it "should be able create a new foo", :js, :focus do
  7.   visit new_foo_path
  8.   find('#submit').click
  9. end
  10.        
  11. it "should be able create a new foo", :focus do
  12.   visit new_foo_path
  13.   find('#submit').click
  14. end