-
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
Load up test events by reading file #1
Comments
Note that the current method causes an issue with If anyone else is looking for a work around, I've temporarily solved this by starting my clockwork test runner in a
It leads to your tests not being isolated, so be careful. |
Thanks for posting this workaround @atomaka. I apologize that this causes issues for you with simplecov. To be honest, I'm not sure when I'll be able to devote time to update this, but I appreciate your message. PRs are welcome if anyone wants to take a crack at it! |
See another issue related to this in #30. |
Rather than overloading the
every
andconfigure
method call in Clockwork itself,Clockwork::Test#run
should parse the file itself to hand off events toClockwork::Test::Manager
to register.The text was updated successfully, but these errors were encountered: