You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a Rails project that uses Shoulda (in case that matters), I required turn using the recommended begin ... rescue LoadError scheme. I then ran autotest -f. After changing a file and saving it, autotest did indeed run the related test file, but it then continued to run it in a loop without end -- even when I saved another file.
My apologies for not tracking down the issue and patching it myself.
The text was updated successfully, but these errors were encountered:
That sucks ;-) I don't use Autotest myself, but if you can track down the cause, I'll have a closer look. I fear Autotest and Turn might be dipping their toes into some of the same test/unit code.
Oh, does Autotest let you adjust how the tests get executed? If so, try using the turn command-line tool to run the tests instead of the begin... rescue LoadError scheme.
In a Rails project that uses Shoulda (in case that matters), I required
turn
using the recommendedbegin
...rescue LoadError
scheme. I then ranautotest -f
. After changing a file and saving it,autotest
did indeed run the related test file, but it then continued to run it in a loop without end -- even when I saved another file.My apologies for not tracking down the issue and patching it myself.
The text was updated successfully, but these errors were encountered: