-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't reload the class #9
Comments
I'm having the same problem. When I change my specs they get reloaded, but when I change code, such as a class in ./lib I have to ctrl-c and restart guard, which, as we all know, takes fooooooorrreeeevvveeerrrrrrrr. Guardfile:
spec_helper.rb
|
I'm having the same problem using jruby 1.6.8, guard-rspec 2.1.1) and guard-jruby-rspec 0.1.4 |
can you guys confirm that this is fixed? thanks. |
Now it's working! Whenever I save a model for example, that particular test runs. But it seems that it's not picking up the changes and I have |
hi i have changed config.cache_classes = false
but when i change someting in my source code , the guard can't reload the class
thank you
The text was updated successfully, but these errors were encountered: