-
Notifications
You must be signed in to change notification settings - Fork 28
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
Ci failing with missing file error #166
Comments
This looks similar to the error from another user #165 Most likely you have a typo in the bind method called in spec helper: Please add at the beginning of your require 'knapsack_pro'
KnapsackPro::Adapters::RSpecAdapter.bind This is from the installation guide: https://docs.knapsackpro.com/knapsack_pro-ruby/guide/ Please ensure the name of RSpec has 2 capital letters Let me know if this helps. |
By any chance do you see errors about no access permission while writing to the directory knapsack_pro gem creates the I'm wondering if your issue could be related to this #158 Could you share all errors you see (full backtrace). If you don't want to share it publicly please send an email to the support https://knapsackpro.com/contact |
This issue has been solved. The root cause of the issue was that |
I am experimenting with knapsack pro for a project with circleci. My tests are randomly failing with this error. am i missing some configurations ?
Errno::ENOENT: No such file or directory @ rb_sysopen - .knapsack_pro/tracker/prerun_tests_RSpecAdapter_node_1.json
The text was updated successfully, but these errors were encountered: