diff --git a/spec/interactors/add_playoffs_to_tournament_interactor_spec.rb b/spec/interactors/add_playoffs_to_tournament_interactor_spec.rb index 3bb385d..056dc2b 100644 --- a/spec/interactors/add_playoffs_to_tournament_interactor_spec.rb +++ b/spec/interactors/add_playoffs_to_tournament_interactor_spec.rb @@ -20,7 +20,7 @@ RSpec.describe AddPlayoffsToTournament do @stages = create_list(:stage, 5) end - context 'ez lyfe' do + context 'PlayoffStageService mocked' do before do expect(class_double('PlayoffStageService').as_stubbed_const(transfer_nested_constants: true)) .to receive(:generate_playoff_stages_from_tournament)