testdouble / jasmine-rails

A Jasmine runner for rails projects that's got you covered in both the terminal and the browser
http://rubygems.org/gems/jasmine-rails
MIT License
378 stars 154 forks source link

Compatibility with Jasmine 3.x #237

Closed triskweline closed 5 years ago

triskweline commented 5 years ago

This change allows to use jasmine-rails with jasmine-core 3.x.

Tests pass on my machine for Jasmine 3.3. I had to make a few changes to the test script for this (see separate commit). I'm not sure how the script has worked before.

Closes #236.

triskweline commented 5 years ago

I will look at the Travis failures.

triskweline commented 5 years ago

I also reorganized the gemfiles for Travis CI, so we test Jasmine 1, 2 or 3 with whatever Rails versions where available at the time.

triskweline commented 5 years ago

Travis CI is happy now :)