-
Notifications
You must be signed in to change notification settings - Fork 512
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
CONFIG_START - beforeAllSpecs: Never gets invoked. #652
Comments
Is this a bug, or is this feature still not really supported? I was unable to find any documentation for it. |
@dtrenz Thanks for the report! Yeah, the lack of documentation is concerning, but as far as I know it should work. I have some questions:
Let me know if you still have access to the code that was giving you a problem, and chime in here if you're interested in helping me diagnose this further. I'll close this for now -- doing some spring cleaning on the repository. :) |
Oops, this turns out to be a regression we can confirm by running the test script. @sharplet is landing a fix now. |
I've done a little bit of investigation, and here's what I've found:
I don't have a lot of time to investigate a workaround personally, but I'd totally accept a PR with a fix for this. |
I'm not sure what I'm doing wrong.
I created a file named Config.m, added it to my unit test target, and put the following in it:
But, it never gets called when I run tests. Anything obvious I may be missing?
The text was updated successfully, but these errors were encountered: