From 810d541791e0d0354fbd6cbe720ae59ec33e28d6 Mon Sep 17 00:00:00 2001 From: Malaber <32635600+Malaber@users.noreply.github.com> Date: Wed, 29 May 2019 15:40:07 +0200 Subject: [PATCH] Correct state of empty_prepared_playoff_match factory --- spec/factories/matches.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/factories/matches.rb b/spec/factories/matches.rb index 43fb55d..769d3fc 100644 --- a/spec/factories/matches.rb +++ b/spec/factories/matches.rb @@ -15,7 +15,7 @@ FactoryBot.define do end factory :empty_prepared_playoff_match do - state { :not_started } + state { :not_ready } end factory :decided_playoff_match do