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

Fix Rails 5 #189

Closed searls closed 8 years ago

searls commented 8 years ago

Warning: this produces a jillion deprecation warnings. Those are tracked by #187

In order to fix the deprecation warnings safely, we need to get rails 5 into the test matrix ( #188)

Resolves #185