Skip to content

Instantly share code, notes, and snippets.

@goosetav
Created November 2, 2012 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goosetav/4004813 to your computer and use it in GitHub Desktop.
Save goosetav/4004813 to your computer and use it in GitHub Desktop.
poltergeist#44 bug output
bundle exec rspec
{"name"=>"visit", "args"=>["http://127.0.0.1:52694/"]}
{"response"=>{"status"=>"success"}}
{"name"=>"render", "args"=>["/Users/erik/Documents/projects/true_type_bug/tmp/poltergeist-1351895942.png", true]}
{"response"=>true}
{"name"=>"reset", "args"=>[]}
{"response"=>true}
.{"name"=>"visit", "args"=>["http://127.0.0.1:52694/"]}
PhantomJS has crashed. Please read the crash reporting guide at https://code.google.com/p/phantomjs/wiki/CrashReporting and file a bug report at https://code.google.com/p/phantomjs/issues/entry with the crash dump file attached: /tmp/7D1CC2D4-97BD-4398-9A2D-68A3603E271A.dmp
{"name"=>"reset", "args"=>[]}
{"response"=>true}
F
Failures:
1) poltergeist works a second time too
Failure/Error: visit root_path
Capybara::Poltergeist::DeadClient:
The PhantomJS client died while processing {"name":"visit","args":["http://127.0.0.1:52694/"]}
# ./spec/requests/poltergeist_spec.rb:19:in `block (2 levels) in <top (required)>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment