Reputation: 829
Using rspec 3.2.2 / capybara 2.4.4 / poltergeist 1.6.0 (both phantomjs 1.9.0 & 2.0.0) produces extraneous output prior to the completion of each test:
phantomjs 1.9 was installed from kubuntu 15.04 repository. phantomjs2.0.0 was compiled.
It's related to either poltergeist or phantomjs (doesn't occur with selenium).
Would appreciate being able to either redirect or eliminate the extraneous output as it makes test output difficult to read or use.
Upvotes: 1
Views: 92
Reputation: 11076
Could it be that logging is enabled for the cycle2 jQuery plugin? Do you see the same output in the browser JS console?
Upvotes: 1