-
Notifications
You must be signed in to change notification settings - Fork 843
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
stack test
not detecting changes to the test suite
#556
Comments
Potentially related: #330 |
Is the file you're changing listed in the other-modules field? On Fri, Jul 10, 2015, 3:15 AM Peter Harpending notifications@github.com
|
No, it was not! That seemed to fix it. |
This is a known limitation right now that's being worked on. Should be On Fri, Jul 10, 2015, 3:21 AM Peter Harpending notifications@github.com
|
Came here to report the same, good to know it will be fixed soon. I work around the issue now by calling |
You may also like the force-dirty flag I added recently: 09a9fa4 |
Cheers ;)
|
Minimal steps to reproduce:
Note that test suite passes
Make this change:
This should produce a compiler error. Instead:
It occurs to me that this likely has to do with HSpec's automatic discovery. I'll investigate more in the morning.
The text was updated successfully, but these errors were encountered: