-
-
Notifications
You must be signed in to change notification settings - Fork 910
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
Problem when running the tests #1538
Comments
Hi @HeitorMC, thanks for reporting this issue. I'll take a look as soon as possible. |
Cool @vsppedro, thank you for help! |
Sorry I couldn't replicate the issue, but if You can run |
Alright, thank you for the feedback @vsppedro. Please, let me know if there are any issues on shoulda-matchers that I can work on 🤝 |
No problem, glad to help, @HeitorMC. Let me think... What do you think about updating Rubocop or the dependencies in the Gemfile? If you want a bigger challenge take a look at the conversation in this PR: #1381, there's probably a bug in the allow_value matcher. You can also pick any issue that I was assigned, if you want, because at the moment I'm giving attention to shoulda-context. @mcmire, do you have something in mind for the next release? |
@vsppedro One thing I think we should continue to pursue is removing old Rubies and put out another major release. Ruby 2.7 will hit EOL at the end of the month so we might as well get a head start and drop it now! That will coincide with a new release of As for features/fixes, however, I'll have to look at the backlog more closely, but I skimmed through just now and found some smaller ones:
|
For what it's worth, I ran into this issue as well.
|
Hey guys, I was trying to run the tests with
bundle exec rake
but I don't know why, something is going wrong 🤔Here's the error:
I've already tried to
bundle install
and also updated the bundler version to 2.4.3, but it didn't work 😞I'm currently using:
Ruby 3.2.0 (by asdf)
Bundler 2.4.3
Pop_Os 22.04 (I don't know if this information can be helpful too)
Update: This happens when you try to run the
bin/setup
. If we try to runIf you run
bundle exec rake
, it will work 😑Why is this behavior happening? 🤔
The text was updated successfully, but these errors were encountered: