Corrects Test name

This commit is contained in:
Daniel Schädler 2019-04-24 22:29:18 +02:00
parent 488e1e9572
commit 8dcd7cd0d4
1 changed files with 1 additions and 1 deletions

View File

@ -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)