-
Notifications
You must be signed in to change notification settings - Fork 558
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
Getting error: aggregated_results: wrong number of arguments (given 1, expected 0) #689
Comments
same
|
This is a bug in rails and has been fixed: |
Should perhaps minitest 5.10.2 be yanked? I don't blame the minitest authors for this error but given that Rails depends on minitest (minitest (~> 5.1)) and now, due to the popularity of Rails, a lot of devs will encounter this error I think the best thing would be to wait until Rails is released with the bugfix mentioned above. And perhaps release the current minitest as 5.2.0 to avoid the issue for Rails projects and still give others the option of using the latest version of minitest? |
No, minitest should not be yanked because of a bug in rails. You can pin in your Gemfile if you want, or wait for a release from the rails team. Talking to @tenderlove about it now, but apparently he's dealing with a dead scooter 🛴 at the moment. |
I'm not worried about my project @zenspider. We both agree that this is a bug in Rails. However my concern is all the newbies using Rails now encountering this issue. I don't think they will know how to pin a minitest version in the Gemfile or find this thread. Thanks for following up on this. Hopefully @tenderlove's scooter will get a green integration test too. |
Hey everyone! Thanks for jumping on this. Until there's a new release out, can anyone suggest a path forward here? While I appreciate everyone's comments, it's not clear to me (someone not familiar with Rails) what I should actually |
@rexmortus good question!
Add a line like
in the test/development group in your Gemfile and run bundle again. |
@zenspider thanks mate, it's much appreciated. |
bin/rails testでエラーが出る minitest/minitest#689
@zenspider - Removed all my "pins" during my Rails upgrades. Now no error messages. |
Fantastic. Thank you for the update. |
@zenspider - You are welcome. Until next time.... |
Thanks a lot you guys! I am just starting out with Rails and this issue was really taking the motivation/fun from learning. All I had to do was bundle update & bundle install with the previously mentioned gem (gem "minitest", "5.10.1") For those new like myself here you go:
|
@abebraham you don't have to do that now. you can update rails to 5.0.3. |
I was getting the same problem as minitest/minitest#689, the minor version bump should fix it.
I was getting the same problem as minitest/minitest#689, the minor version bump should fix it.
I was getting the same problem as minitest/minitest#689, the minor version bump should fix it.
I was getting the same problem as minitest/minitest#689, the minor version bump should fix it.
still an issue in rails 5.1.0 it seems...
|
I was getting the same problem as minitest/minitest#689, the minor version bump should fix it.
* Pin minitest (minitest/minitest#689)
Steps to reproduce:
https://github.com/jasnow/rt_demo_app
Environment:
If you need more, just leave me a comment. Thanks.
The text was updated successfully, but these errors were encountered: