My solution passes all tests just fine when I run it in the CLI with the provided test file.
But when I upload it, I get an error.
I have uploaded three iterations, seeing if it was my fault. I can’t think of anything to do differently.
Any suggestions?
devin@devinsl4:~/Exercism/ruby/chess-game$ ruby chess_game_test.rb
Run options: --seed 23696
# Running:
..............
Finished in 0.002125s, 6588.1671 runs/s, 6588.1671 assertions/s.
14 runs, 14 assertions, 0 failures, 0 errors, 0 skips
I tried submitting two Ruby exercises today (Spiral Matrix, Transpose) and got the same error. My tests also pass in the CLI. Maybe it’s a broader Ruby track issue?
1 Like
Yeah, same thing for Black Jack .
devin@devinsl4:~/Exercism/ruby/blackjack$ ruby blackjack_test.rb
Run options: --seed 29433
# Running:
........................................................
Finished in 0.005189s, 10791.1181 runs/s, 10791.1181 assertions/s.
56 runs, 56 assertions, 0 failures, 0 errors, 0 skips
kotp
March 5, 2024, 10:24pm
4
We are currently doing some work on the test runner for this track. It may be that, it might be unrelated.
I wanted to thank you for reporting, and that we are now aware of these examples as well.
2 Likes
iHiD
March 5, 2024, 11:29pm
5
I’ve reverted recent changes and it now works. Thanks for reporting and sorry for the pain.
exercism:main
← exercism:revert-144-fix-multiple-file-metadata
opened 11:26PM - 05 Mar 24 UTC
Reverts exercism/ruby-test-runner#144
1 Like
kotp
March 5, 2024, 11:55pm
6
Unsolicited issue linked to this, not reopened:
opened 10:22PM - 05 Mar 24 UTC
closed 10:22PM - 05 Mar 24 UTC
Multiple users (myself included) receiving errors that the Ruby Test Runner isn'… t working.
Forum post can be found here.
[Ruby Test Runner Broken - Chess Game in Ruby (Screenshots Included)](https://forum.exercism.org/t/ruby-test-runner-broken-chess-game-in-ruby-screenshots-included/10147)
Worked fine yesterday. My suspicion is that recent commits by @smaboshe or @ErikSchierboom broke something?
Just in case it ends up having traffic on it at some point later.
Thank you! Confirming that my tests are now passing after re-submitting these exercises online.
1 Like