WRSC / tracking

WRSC boat tracking system with web dashboard
Other
13 stars 7 forks source link

Rails 5.1 & passing tests #62

Open takluyver opened 4 years ago

takluyver commented 4 years ago

After a whole lot of searching, I managed to get almost all the tests passing. Upgrading Rails was the first step, since the old version was not compatible with Ruby 2.6.

The final test ("should do race" in score_helper_test.rb seemed to reflect an actual problem in the code. At least in 2018, we didn't use the web app for scoring, so I skipped the test rather than spending time trying to solve it.