Created
November 2, 2012 22:42
-
-
Save goosetav/4004813 to your computer and use it in GitHub Desktop.
poltergeist#44 bug output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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