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

jasmine-rails is not detecting any specs #152

Closed kratos6753 closed 9 years ago

kratos6753 commented 9 years ago

Rails version : 4.1.8 Ruby version : 2.1.2 Jasmine-rails version : 0.10.5 Jasmine-rails is not detecting any of the javascript specs in my project. But it works for other dummy app with same versions and same jasmine.yml configuration. What could be the reason?

searls commented 9 years ago

Honestly this isn't enough information to go on. Please post an example project if you'd like help debugging your configuration

JackWCollins commented 9 years ago

@kratos6753 Did you ever find a solution to this? I'm running into this problem now.