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
377 stars 154 forks source link

Make spec_dir globbing relative to Rails.root #240

Open kyrofa opened 3 years ago

kyrofa commented 3 years ago

This makes it possible to use jasmine-rails from within another engine, where Rails.root is pointing at the dummy project, but the specs are in the engine. This is an alternative to #227.