jasmine / jasmine-gem

Jasmine ruby gem
682 stars 274 forks source link

Check the railties dependencies instead of rails dependencies #235

Closed shingara closed 9 years ago

shingara commented 9 years ago

To know if the project use rails. Test the railties gem instead of rails gem.

I use a rails project without rails dependencies to avoid the Activerecord gem dependencies. My project is a full rails application. but jasmine don't think it is. It's better to check the railties gem to know if the project is a rails project or not.