Ca-Phun Ung

Results 3 comments of Ca-Phun Ung

@tkh44 we're hitting this issue too. You said you have a fork with the fix. Could you point me to it?

no, and it's been 5 years so assume it will never be merged :(

I'm on PhantomJS 2.1.1 and `jasmine-rails` 0.14.1. I was getting the "PhantomJS has crashed" error too with this simple test case: ``` describe('test', function(){ it('test', function() { expect(null).toEqual(null) }) })...