From 41fbf654df6b363154b71692b5d91098a21fb514 Mon Sep 17 00:00:00 2001 From: Malaber Date: Thu, 13 Mar 2025 12:41:48 +0100 Subject: [PATCH] Add todo --- spec/controllers/matches_controller_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/controllers/matches_controller_spec.rb b/spec/controllers/matches_controller_spec.rb index ec9c725..1beabe4 100644 --- a/spec/controllers/matches_controller_spec.rb +++ b/spec/controllers/matches_controller_spec.rb @@ -43,6 +43,7 @@ RSpec.describe MatchesController, type: :controller do expect(body.empty?).to be true end end + # TODO add test for upcoming once there is test data for a "valid" group stage end describe 'GET #show' do