From 6811c9e7eba166f6ab095cfbf7bb7eaacdde6a0e Mon Sep 17 00:00:00 2001 From: Malaber <32635600+Malaber@users.noreply.github.com> Date: Wed, 24 Apr 2019 22:29:18 +0200 Subject: [PATCH] Corrects Test name --- spec/interactors/add_playoffs_to_tournament_interactor_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)