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